Method | Description | |
---|---|---|
GetColorValue ( UIColorType desiredColor ) : System.Color |
Returns the color value of the specified color type.
|
|
UIElementColor ( UIElementType desiredElement ) : System.Color |
Gets the color used for a specific user interface element type, such as a button face or window text.
|
Method | Description | |
---|---|---|
UIColorTypeToCOLOR ( UIColorType t ) : int | ||
UIElementTypeToCOLOR ( UIElementType t ) : int |
public GetColorValue ( UIColorType desiredColor ) : System.Color | ||
desiredColor | UIColorType | An enumeration value that specifies the type of color to get a value for. |
return | System.Color |
public UIElementColor ( UIElementType desiredElement ) : System.Color | ||
desiredElement | UIElementType | The type of element for which the color will be obtained. |
return | System.Color |