Enum enumTCamApiColorKind
Named color slot in the current theme palette. Each value is a TColor packed as integer (BGR, low byte = blue).
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
public enum enumTCamApiColorKind
Fields
| Name | Description |
|---|---|
| ckColorAccent | Accent / brand color |
| ckColorBorder | Border / splitter color |
| ckColorBtnBackground | Button background |
| ckColorPanelBackground | Panel background |
| ckColorText | Default text color |
| ckColorTitleBackground | Title bar background |
| ckColorTitleForeground | Title bar foreground / text color |
| ckColorWindowBackground | Main window background |