VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Rgb16Color565 Class
In This Topic
Rgb16Color565 Class Methods
In This Topic
For a list of all methods of this type, see Rgb16Color565.
Public Methods
 NameDescription
Public MethodDetermines whether the specified System.Object is equal to the current color. (Inherited from Rgb16ColorBase)
Public Methodstatic (Shared in Visual Basic)Creates a Argb32Color class from the System.Drawing.Color structure. (Inherited from ColorBase)
Public MethodServes as a hash function for a particular type. (Inherited from Rgb16ColorBase)
Public Methodstatic (Shared in Visual Basic)Returns the color luminance in the range [0; 255]. (Inherited from ColorBase)
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object. (Inherited from Rgb16ColorBase)
Public Methodstatic (Shared in Visual Basic)Linearly converts value from range [0; 65535] to the range [0; 255]. (Inherited from ColorBase)
Public Methodstatic (Shared in Visual Basic)Linearly converts value from range [0; 255] to the range [0; 65535]. (Inherited from ColorBase)
Public MethodReturns the color as a Argb32Color. (Inherited from Rgb16ColorBase)
Public MethodReturns the color as a System.Drawing.Color structure. (Inherited from Rgb16ColorBase)
Public MethodReturns the color as a 16-bit RGB value. (Inherited from Rgb16ColorBase)
Public MethodReturns the string representation of this object.
See Also