| ColorRGB Class |
Namespace: de.softpro.signdocsdk
public sealed class ColorRGB : ISignDocColor, IDisposable
The ColorRGB type exposes the following members.
| Name | Description | |
|---|---|---|
| clone | ||
| create | Create a new RGB color object.
The values are in 0 through 255, 0 is black | |
| Dispose | Releases all resources used by the ColorRGB | |
| 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.) |