Create a new gray-scale color object.
The values are in 0 through 255, 0 is black
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic static ISignDocColor create(
byte intensity
)
Public Shared Function create (
intensity As Byte
) As ISignDocColor
public:
static ISignDocColor^ create(
unsigned char intensity
)
static member create :
intensity : byte -> ISignDocColor
Parameters
- intensity
- Type: SystemByte
The intensity (0 through 255, 0 is black).
Return Value
Type:
ISignDocColorA new color object.
See Also