Create a new gray-scale color object.
The values are in 0 through 255, 0 is black
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic static ISignDocColor create(
byte intensity
)
Parameters
- intensity
- Type: SystemByte
The intensity (0 through 255, 0 is black).
Return Value
Type:
ISignDocColorA new color object.
See Also