Click or drag to resize

Color(Byte, Byte, Byte, Byte) 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(
	byte alpha,
	byte red,
	byte green,
	byte blue
)

Parameters

alpha  Byte
The alpha component.
red  Byte
The red component.
green  Byte
The green component.
blue  Byte
The blue component.
See Also