Click or drag to resize
ISignDocColor Interface
Base class for colors.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public interface ISignDocColor

The ISignDocColor type exposes the following members.

Methods
  NameDescription
Public methodclone
Clone this object
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
Top
See Also