VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / RawColor Class
Constructors Properties Methods Operators SeeAlso
In This Topic
RawColor Class Members
In This Topic
The following tables list the members exposed by RawColor.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the significant channels.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates a Argb32Color class from the System.Drawing.Color structure. (Inherited from ColorBase)
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.
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 MethodConverts to an instance of Vintasoft.Imaging.ImageColors.Argb32Color type.
Public MethodConverts to an instance of System.Drawing.Color type.
Public Operators
 NameDescription
Public OperatorPerforms an explicit conversion from ColorBase to System.Drawing.Color. (Inherited from ColorBase)
Public OperatorOverloaded. Performs an implicit conversion from to . (Inherited from ColorBase)
See Also