Click or drag to resize
ColorGray Class
Gray color
Inheritance Hierarchy
SystemObject
  de.softpro.signdocsdkColorGray

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public sealed class ColorGray : ISignDocColor, 
	IDisposable

The ColorGray type exposes the following members.

Methods
  NameDescription
Public methodclone
Public methodStatic membercreate
Create a new gray-scale color object. The values are in 0 through 255, 0 is black
Public methodDispose
Releases all resources used by the ColorGray
Public methodgetBlue
Get the Blue component of an RGB color object.
Public methodgetComponent
Get one color component (channel).
Public methodgetGreen
Get the Green component of an RGB color object.
Public methodgetIntensity
Get the intensity of a gray-scale color object.
Public methodgetNumberOfComponents
Get the number of color components (channels)
Public methodgetRed
Get the red component of an RGB color object.
Public methodgetType
Get the color type of this object.
Public methodToString (Overrides ObjectToString.)
Top
See Also