The GrayscaleColor type exposes the following members.
Name | Description | |
---|---|---|
GrayscaleColor | Overloaded. Initializes a new instance of the GrayscaleColor class. |
Name | Description | |
---|---|---|
Convert |
Converts this color to the specified pixel format. (Inherited from Color.) |
|
Dispose |
Releases all resources used by this Color. (Inherited from Color.) |
|
Equals |
Tests whether the specified object is a Color instance and is equivalent to this Color. (Inherited from Color.) |
|
Finalize | (Inherited from Color.) | |
GetCopy | (Inherited from Color.) | |
GetHashCode |
Returns a hash code for this Color. (Inherited from Color.) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ScaleAlpha |
Scales the alpha channel. (Inherited from Color.) |
|
ToGdiPlusColor |
Gets the System.Drawing.Color containing the same color value as this Color does. (Inherited from Color.) |
|
ToInt32 |
Gets a non-extended (8 bit per channel) numeric representation of the Color. (Inherited from Color.) |
|
ToString |
Returns a string that represents the current object. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
A |
Gets 8-bit alpha channel value (color opacity). |
|
ChannelCount |
Gets a number of channels available in this color. (Inherited from Color.) |
|
ColorSpace |
Gets a color space of the color. (Inherited from Color.) |
|
IsTransparent |
Gets a value indicating whether this color is transparent. (Inherited from Color.) |
|
Item |
Gets a value stored in specified channel of this color. (Inherited from Color.) |
|
L |
Gets 8-bit luminosity channel value. |
|
PixelFormat |
Gets a pixel format of this color. (Inherited from Color.) |
|
Profile |
Gets or sets a color profile associated with this color. (Inherited from Color.) |