The following tables list the members exposed by RasterColorHelper.
Public Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates an exact copy of this RasterColor |
![]() ![]() |
ColorRef | A hexadecimal value that represents an RGB color. |
![]() ![]() |
Create | Creates a new RasterColor with the specified values. |
![]() ![]() |
FromArgb | Creates a RasterColor from an RGB value. |
![]() ![]() |
FromHtml | Converts the specified html color to a RasterColor object. |
![]() ![]() |
FromKnownColor | Creates a new RasterColor structure from a known color. |
![]() ![]() |
FromPaletteIndex | Creates a new RasterColor object that is an index into a palette |
![]() ![]() |
FromRgb | Creates a RasterColor from an RGB value. |
![]() ![]() |
FromRgba | Creates a RasterColor from an rgba value. |
![]() ![]() |
FromString | Converts the specified text to a RasterColor object. |
![]() |
GetKnownColor | Gets the known color enumeration member that matches this color ARGB value. |
![]() ![]() |
GetKnownColorName | Gets the human readable representation of a known color. |
![]() ![]() |
GetStringDescription | Converts the specified RasterColor structure to a human-readable string. |
![]() ![]() |
IsEqual | Specifies whether two RasterColor objects contain the same values. |
![]() ![]() |
IsKnownColor | Gets a value indicating whether this RasterColor structure is a predefined color. Predefined colors are represented by the elements of the RasterKnownColor enumeration. |
![]() ![]() |
IsPaletteIndex | Gets a value that determines whether this RasterColor is a palette index value. |
![]() ![]() |
ToArgb | Gets a 32-bit value representation of this RasterColor structure. |
![]() |
ToHtml | Converts this RasterColor structure to an html color. |
![]() ![]() |
ToRgb | Gets a 32-bit value representation of this RasterColor structure. |
![]() ![]() |
ToRgba | Gets a 32-bit value representation of this RasterColor structure. |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Black | Gets a RasterColor that represents black. |
![]() ![]() |
MaximumComponent | Maximum value for the alpha, red, green, blue component. |
![]() ![]() |
MinimumComponent | Minimum value for the alpha, red, green, blue component. |
![]() ![]() |
White | Gets a RasterColor that represents white. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET