Nevron.Presentation Assembly > Nevron.GraphicsCore Namespace : NArgbColor Class |
The following tables list the members exposed by NArgbColor.
Name | Description | |
---|---|---|
![]() | NArgbColor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | A | Gets the alpha component of this color |
![]() | B | Gets the blue component of this color |
![]() | ColorType | Overridden. Gets the type of the color (ARGB, Indexed etc.) |
![]() | G | Gets the green component of this color |
![]() | Intensity | Overridden. Returns the intensity of this color |
![]() | IsTranslucent | Overridden. Returns true if the color is parially transparent |
![]() | IsTransparent | Overridden. Returns true if the color is fully transparent |
![]() | R | Gets the red component of this color |
![]() | RGB | Gets the RGB components of this color |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates an exact replica of this object |
![]() | Equals | Returns true if the objects are equal |
![]() | GetArgbColorValue | Overridden. Gets the ARGB color representation of this color on the specified device |
![]() | GetArgbColorValueF | Overridden. Gets the ARGB color representation of this color on the specified device |
![]() | GetHashCode | Overriden to avoid compilation warnings |
![]() | Invert | Overridden. Returns the inverse of this color |
![]() | ToColor | Overridden. Returns the System.Drawing color representation of this color |
![]() | ToGrayscale | Overridden. Returns a grayscale color |
![]() | ToString | Returns the string representation of this NColor object. |