VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging Namespace / ColorSpaceFormat Class / ColorChannelsOrder Property
Syntax Remarks Requirements SeeAlso
В этом разделе
    ColorChannelsOrder Свойство (ColorSpaceFormat)
    В этом разделе
    Gets the color channels order of this Vintasoft.Imaging.ColorSpaceFormat.
    Синтаксис
    'Declaration
    
    Public ReadOnly Property ColorChannelsOrder As Vintasoft.Imaging.ColorChannelsOrder
    
    
    public Vintasoft.Imaging.ColorChannelsOrder ColorChannelsOrder { get; }
    
    
    public: __property Vintasoft.Imaging.ColorChannelsOrder get_ColorChannelsOrder();
    
    
    
    public:
    property Vintasoft.Imaging.ColorChannelsOrder ColorChannelsOrder { Vintasoft.Imaging.ColorChannelsOrder get(); }
    Ремарки

    Value of this property 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.

    Values of the channelsOrder can contain undefined channels.
    For example, BGRA color format can be specified using RGB color space and [2,1,0,3] values of channels order.

    Требования

    Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также