VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftColor Structure
Properties Methods Fields Operators SeeAlso
In This Topic
    VintasoftColor Structure Members
    In This Topic
    The following tables list the members exposed by VintasoftColor.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty color.
    Public Properties
     NameDescription
    Public PropertyGets the alpha component value of this color.
    Public PropertyGets the blue component value of this color.
    Public Propertystatic (Shared in Visual Basic)Gets the black color.
    Public Propertystatic (Shared in Visual Basic)Gets the blue color.
    Public PropertyGets the green component value of this color.
    Public Propertystatic (Shared in Visual Basic)Gets the green color.
    Public PropertyGets a value indicating whether this color is empty.
    Public PropertyGets the red component value of this color.
    Public Propertystatic (Shared in Visual Basic)Gets the red color.
    Public Propertystatic (Shared in Visual Basic)Gets the transparent color.
    Public Propertystatic (Shared in Visual Basic)Gets the white color.
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object, is equal to this instance.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a color from its component (alpha, red, green, and blue) values.
    Public Methodstatic (Shared in Visual Basic)Creates a VintasoftColor from an HTML color representation.
    Public Methodstatic (Shared in Visual Basic)Creates a VintasoftColor from its component (red, green, and blue) values.
    Public MethodReturns a hash code for this instance.
    Public MethodReturns the ARGB value of this VintasoftColor.
    Public MethodConverts this VintasoftColor to string.
    Public Operators
     NameDescription
    Public OperatorImplements the operator ==.
    Public OperatorImplements the operator !=.
    See Also