Property | Type | Description | |
---|---|---|---|
ConstantColors | Color>.Dictionary |
Method | Description | |
---|---|---|
ConstColor ( string name ) : Color | ||
HexColor ( string colorStr ) : Color | ||
IsConstName ( string textColor ) : bool | ||
IsHexColor ( string colorStr ) : bool |
Method | Description | |
---|---|---|
ParseHexDigit ( char c ) : int | ||
change ( int r, int g, int b ) : Color |
public static ConstColor ( string name ) : Color | ||
name | string | |
return | Color |
public static HexColor ( string colorStr ) : Color | ||
colorStr | string | |
return | Color |
public static IsConstName ( string textColor ) : bool | ||
textColor | string | |
return | bool |
public static IsHexColor ( string colorStr ) : bool | ||
colorStr | string | |
return | bool |