Click or drag to resize
ColorRGBcreate Method
Create a new RGB 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
Syntax
C#
public static ISignDocColor create(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: SystemByte
The value of the red channel.
green
Type: SystemByte
The value of the green channel.
blue
Type: SystemByte
The value of the blue channel.

Return Value

Type: ISignDocColor
A new color object.
See Also