Click or drag to resize
ISignDocColorgetComponent Method
Get one color component (channel).

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
short getComponent(
	short index
)

Parameters

index
Type: SystemInt16
The index of the color component (0 through 2). The meaning depends on the color type.

Return Value

Type: Int16
The value (0 through 255) of the color component aIndex or 0 if aIndex is out of range.
See Also