VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / Palette Class / GetGrayPalleteColors(Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetGrayPalleteColors(Int32) Метод (Palette)
    В этом разделе
    Returns an array that contains colors for grayscale pallete.
    Синтаксис
    'Declaration
    
    Public Shared Function GetGrayPalleteColors( _
    ByVal bitsPerComponent
    The bits per component.
    As Integer _
    ) As Integer[]
    public static int[] GetGrayPalleteColors(
    int bitsPerComponent
    )
    public: static int[] GetGrayPalleteColors(
    int bitsPerComponent
    )
    public:
    static int[] GetGrayPalleteColors(
    int bitsPerComponent
    )

    Parameters

    bitsPerComponent
    The bits per component.

    Return Value

    The array that contains colors for grayscale pallete.
    Требования

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

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