VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ColorChannelsOrder Class / ColorChannelsOrder Constructors / ColorChannelsOrder Constructor(Int32[])
Syntax Remarks Requirements SeeAlso
In This Topic
    ColorChannelsOrder Constructor(Int32[])
    In This Topic
    Initializes a new instance of the ColorChannelsOrder class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal ParamArray channelsOrder
    A sequence of channel ordinal numbers.
    () As Integer _
    )
    public ColorChannelsOrder(
    params int[] channelsOrder
    )
    public: ColorChannelsOrder(
    params int[]* channelsOrder
    )
    public:
    ColorChannelsOrder(
    ... array<int>^ channelsOrder
    )

    Parameters

    channelsOrder
    A sequence of channel ordinal numbers.
    Remarks

    The channelsOrder array defines a remapping of default channels sequence.
    For example, if color space is RGB and channels order is [2,0,1] then defined color format is BRG.

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also