Method scolbg
| Improve this Doc View Sourcescolbg(Int32, Int32, Int32)
plscolbg: Set the background color by 8-bit RGB value
Declaration
public void scolbg(Int32 r, Int32 g, Int32 b)
Parameters
Type | Name | Description |
---|---|---|
Int32 | r | Unsigned 8-bit integer (0-255) representing the degree of red in the color. |
Int32 | g | Unsigned 8-bit integer (0-255) representing the degree of green in the color. |
Int32 | b | Unsigned 8-bit integer (0-255) representing the degree of blue in the color. |
Remarks
Set the background color (color 0 in cmap0) by 8-bit RGB value (see ).