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

    Parameters

    rgb16
    The 16-bit RGB 5-6-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