/AWS1/CL_QSTPALETTE¶
The color palette.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_foreground TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The foreground color.
iv_background TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The background color.
Queryable Attributes¶
Foreground¶
The foreground color.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FOREGROUND() |
Getter for FOREGROUND, with configurable default |
ASK_FOREGROUND() |
Getter for FOREGROUND w/ exceptions if field has no value |
HAS_FOREGROUND() |
Determine if FOREGROUND has a value |
Background¶
The background color.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKGROUND() |
Getter for BACKGROUND, with configurable default |
ASK_BACKGROUND() |
Getter for BACKGROUND w/ exceptions if field has no value |
HAS_BACKGROUND() |
Determine if BACKGROUND has a value |