Table of Contents

Property HexCode

Namespace
Sccg
Assembly
Sccg.dll

HexCode

The hex code of the color which starts with '#' and followed by 6 hex digits (lower character).

public string HexCode { get; }

Property Value

string

Remarks

This will be "DEFAULT" or "NONE" if it is Color.Default or Color.None. You can use IsDefault() and IsNone() for checking.