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

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public 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.

Implements

ISignDocColorgetComponent(Int16)
See Also