RandomColorType¶
Namespace: ThinkGeo.Core
Defines values represent which kind of color will use for randomly.
public enum RandomColorType
Inheritance object → ValueType → Enum → RandomColorType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| All | 0 | This item represents all random color. |
| Pastel | 1 | This item represents pastel color. |
| Bright | 2 | This item represents bright color. |