Method gcolbg
gcolbg(out Int32, out Int32, out Int32)
plgcolbg: Returns the background color (cmap0[0]) by 8-bit RGB value
Declaration
public static void gcolbg(out Int32 r, out Int32 g, out Int32 b)
Parameters
Type | Name | Description |
---|---|---|
Int32 | r | Returned value of the red intensity in the range from 0 to 255. |
Int32 | g | Returned value of the green intensity in the range from 0 to 255. |
Int32 | b | Returned value of the blue intensity in the range from 0 to 255. |
Remarks
Returns the background color (cmap0[0]) by 8-bit RGB value.