The following tables list the members exposed by RasterColor.
Name | Description | |
---|---|---|
![]() | RasterColor Constructor | Overloaded. Initializes a new RasterColor structure with specific values for red, green and blue. |
Name | Description | |
---|---|---|
![]() ![]() | MaximumComponent | Maximum value for the alpha, red, green, blue component. |
![]() ![]() | MinimumComponent | Minimum value for the alpha, red, green, blue component. |
Name | Description | |
---|---|---|
![]() | A | Gets or sets the alpha component of this RasterColor structure. |
![]() | B | Gets or sets the blue component of this RasterColor structure. |
![]() | G | Gets or sets the green component of this RasterColor structure. |
![]() | IsPaletteIndex | Gets a value that determines whether this RasterColor is a palette index value. |
![]() | R | Gets or sets the red component of this RasterColor structure. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from System.ValueType) |
![]() ![]() | FromArgb | Creates a RasterColor from an a rgb value. |
![]() ![]() | FromGdiPlusColor | Creates a RasterColor from a .NET Color structure. |
![]() ![]() | 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 a rgba value. |
![]() | GetHashCode | (Inherited from System.ValueType) |
![]() | ToArgb | Gets a 32-bit value representation of this RasterColor structure. |
![]() | ToGdiPlusColor | Converts this RasterColor to a .NET Color structure |
![]() | ToRgb | Gets a 32-bit value representation of this RasterColor structure. |
![]() | ToRgba | Gets a 32-bit value representation of this RasterColor structure. |
![]() | ToString | Overridden. Overridden. Converts this RasterColor structure to a human-readable string. |