Click or drag to resize

Color(String) 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(
	string rgbInHex
)

Parameters

rgbInHex  String
Represents the color in heximal format: "#RRGGBB". For example, "#ffddcc". Alpha component is set to "FF".
See Also