VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromGray(Byte) Method
Синтаксис Требования Смотрите также
В этом разделе
    FromGray(Byte) Метод (VintasoftColor)
    В этом разделе
    Creates a VintasoftColor from gray color value.
    Синтаксис
    'Declaration
    
    Public Shared Function FromGray( _
    ByVal gray
    The gray component.
    As Byte _
    ) As VintasoftColor
    public static VintasoftColor FromGray(
    byte gray
    )
    public: static VintasoftColor FromGray(
    byte gray
    )
    public:
    static VintasoftColor FromGray(
    byte gray
    )

    Parameters

    gray
    The gray component.

    Return Value

    A gray color with specified component.
    Требования

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

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