VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageColors Namespace / IndexedColor Class / IndexedColor Constructors / IndexedColor Constructor(Palette,Byte)
Синтаксис Требования Смотрите также
В этом разделе
    IndexedColor Constructor(Palette,Byte)
    В этом разделе
    Инициализирует новый экземпляр класса IndexedColor.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal palette
    Палитра, содержащая цвет.
    As Vintasoft.Imaging.Palette, _
    ByVal index
    Индекс цвета в палитре.
    As Byte _
    )
    public IndexedColor(
    Vintasoft.Imaging.Palette palette,
    byte index
    )
    public: IndexedColor(
    Vintasoft.Imaging.Palette* palette,
    byte index
    )
    public:
    IndexedColor(
    Vintasoft.Imaging.Palette^ palette,
    byte index
    )

    Parameters

    palette
    Палитра, содержащая цвет.
    index
    Индекс цвета в палитре.
    Требования

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

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