Click or drag to resize

Color(Int32) Constructor

Initializes a new instance of the Color struct.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Color(
	int argb
)

Parameters

argb  Int32
The integer that represents the color in the format [AA,RR,GG,BB] where AA is the byte that represents the alpha component, RR is the byte that represents the red component, GG is the byte that represents the green component and BB is the byte that represents the blue component.
See Also