VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Rgb16Color555 Class / Rgb16Color555 Constructors / Rgb16Color555 Constructor(Int16)
Syntax Requirements SeeAlso
In This Topic
    Rgb16Color555 Constructor(Int16)
    In This Topic
    Initializes a new instance of the Rgb16Color555 class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal rgb16
    The 16-bit RGB 5-5-5 color.
    As Int16 _
    )
    public Rgb16Color555(
    short rgb16
    )
    public: Rgb16Color555(
    short rgb16
    )
    public:
    Rgb16Color555(
    short rgb16
    )

    Parameters

    rgb16
    The 16-bit RGB 5-5-5 color.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also