VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBase Class
Constructors Methods Operators SeeAlso
In This Topic
ColorBase Class Members
In This Topic
The following tables list the members exposed by ColorBase.
Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the ColorBase class.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates a Argb32Color class from the System.Drawing.Color structure.
Public Methodstatic (Shared in Visual Basic)Returns the color luminance in the range [0; 255].
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public Methodstatic (Shared in Visual Basic)Linearly converts value from range [0; 65535] to the range [0; 255].
Public Methodstatic (Shared in Visual Basic)Linearly converts value from range [0; 255] to the range [0; 65535].
Public MethodReturns the color as a Argb32Color.
Public MethodReturns the color as a System.Drawing.Color structure.
Public Operators
 NameDescription
Public OperatorPerforms an explicit conversion from ColorBase to System.Drawing.Color.
Public OperatorOverloaded. Performs an implicit conversion from to .
See Also