VintaSoft Imaging .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromGray(Byte) Method
Syntax Requirements SeeAlso
В этом разделе
    FromGray(Byte) Метод (VintasoftColor)
    В этом разделе
    Создает VintasoftColor из значения серого цвета.
    Синтаксис
    'Declaration
    
    Public Shared Function FromGray( _
    ByVal gray
    Компонент серого цвета.
    As Byte _
    ) As VintasoftColor
    public static VintasoftColor FromGray(
    byte gray
    )
    public: static VintasoftColor FromGray(
    byte gray
    )
    public:
    static VintasoftColor FromGray(
    byte gray
    )

    Parameters

    gray
    Компонент серого цвета.

    Return Value

    Серый цвет с указанным компонентом.
    Требования

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

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