| ColorGraygetComponent 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
Syntaxpublic 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:
Int16The value (0 through 255) of the color component aIndex or 0 if aIndex is out of range.
Implements
ISignDocColorgetComponent(Int16)
See Also