| ColorGray Class |
Namespace: de.softpro.signdocsdk
public sealed class ColorGray : ISignDocColor, IDisposable
The ColorGray type exposes the following members.
| Name | Description | |
|---|---|---|
| clone | ||
| create | Create a new gray-scale color object.
The values are in 0 through 255, 0 is black | |
| Dispose | Releases all resources used by the ColorGray | |
| getBlue | Get the Blue component of an RGB color object. | |
| getComponent | Get one color component (channel). | |
| getGreen | Get the Green component of an RGB color object. | |
| getIntensity | Get the intensity of a gray-scale color object. | |
| getNumberOfComponents | Get the number of color components (channels) | |
| getRed | Get the red component of an RGB color object. | |
| getType | Get the color type of this object. | |
| ToString | (Overrides ObjectToString.) |