VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Argb32Color Class
Constructors Properties Methods Operators SeeAlso
In This Topic
    Argb32Color Class Members
    In This Topic
    The following tables list the members exposed by Argb32Color.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the alpha component value of this color.
    Public PropertyGets the blue component value of this color. (Inherited from Rgb24Color)
    Public PropertyGets the green component value of this color. (Inherited from Rgb24Color)
    Public PropertyGets the red component value of this color. (Inherited from Rgb24Color)
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object is equal to the current color.
    Public Methodstatic (Shared in Visual Basic)Creates a Argb32Color class from a 32-bit ARGB value.
    Public Methodstatic (Shared in Visual Basic)Creates a Argb32Color class from the System.Drawing.Color structure. (Inherited from ColorBase)
    Public MethodReturns the color as a 32-bit ARGB value.
    Public MethodServes as a hash function for a particular type.
    Public MethodOverloaded. Returns the luminance of this color. (Inherited from Rgb24Color)
    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 Methodstatic (Shared in Visual Basic)Overlays foregroundColor to backgroundColor.
    Public MethodReturns the color as an Argb32Color.
    Public MethodReturns the color as a System.Drawing.Color structure.
    Public MethodReturns the string representation of this object.
    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