Nevron .NET Vision
Nevron.GraphicsCore Namespace / NArgbColorValue Structure
Fields Properties Methods


In This Topic
    NArgbColorValue Structure Members
    In This Topic

    The following tables list the members exposed by NArgbColorValue.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the alpha component of this color  
    Public PropertyGets the blue component of this color  
    Public PropertyGets the green component of this color  
    Public PropertyGets the intensity of this color  
    Public PropertyGets the red component of this color  
    Public PropertyGets or sets the value for this color  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values.  
    Public MethodDetermines whether the colors are equal.  
    Public Methodstatic (Shared in Visual Basic)Creates a new NArgbColorValue structure from the specified string  
    Public MethodOverriden to avoid compilation warings  
    Public Methodstatic (Shared in Visual Basic)Returns a color between begin and end color. The coff parameter must be in the range [0, 1].  
    Public MethodConverts this color to a NArgbColorValueF structure  
    Public MethodConverts this color value to a System.Drawing color  
    Public MethodReturns a grayscale ARGB color value  
    Public MethodReturns the string representation of this object.  
    Top
    Public Operators
    Add the two specified NArgbColorValue structures.
    Tests whether two specified NArgbColorValue structures are equivalent.
    Tests whether two specified NArgbColorValue structures are different.
    Subtracts the two specified NArgbColorValue structures.
    Top
    See Also