VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Imaging Namespace / Palette Class / GetNearestColorIndex(Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetNearestColorIndex(Int32) Метод (Palette)
    В этом разделе
    Возвращает индекс цвета палитры, ближайшего к указанному цвету.
    Синтаксис
    'Declaration
    
    Public Function GetNearestColorIndex( _
    ByVal color
    Целочисленное значение, представляющее цвет RGB.
    As Integer _
    ) As Byte
    public byte GetNearestColorIndex(
    int color
    )
    public: byte GetNearestColorIndex(
    int color
    )
    public:
    byte GetNearestColorIndex(
    int color
    )

    Parameters

    color
    Целочисленное значение, представляющее цвет RGB.

    Return Value

    Индекс цвета палитры.
    Требования

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

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