The color values in DOKA are made up of the RGB colors.
Some examples can be found in the Trade2 Module Explorer under 'Options - Parameter - Styles'.
To define colors, 'Select Color' has to be selected. All colors are available under this option. Due to technical reasons, the values have to be mirrored (inverted).
Example (the color red):
RGB = 255.0.0
BGR = 0.0.255
The BGR values have to be converted to hexadecimal number. Suitable converters or tables can be found in the Internet.
Thus, the color red has the following hexadecimal value:
#0000FF
When using
“DefaultPanelBkgColor=$0000FF”
the background of the standard panels would be red.
Entry | Description |
---|---|
DefaultPanelBkgColor | Panel background color |
TabBackgroundColor | Background color of the tabset |
TabSelectedColor | Color of selected tab in tabset |
TabUnselectedColor | Color of unselected tabs in tabset |
StatusBarColor | Color of the status bar |
GridHeaderColor | Color of grid headers |
GridReadOnlyBkgColor | Background color of read-only grids |
DocPanelBkgColor | Color of XML panel background |
InputDisabledBkgColor | Color of disabled input fields |
ButtonColor | Color of push buttons (Java client only) |
ErrorBkgColor | Background color of error message boxes (Java client only) |
ErrorTextColor | Text color used in error message boxes (Java client only) |
HelpBkgColor | Background color of online-help box (Java client only) |
HelpTextColor | Text color used in online-help box (Java client only) |
Further information about customizing the user interface can be found in the TradeDesign documentation under 'User Interface Customization'.