PathEngine home | previous: | next: |
Sets the background colour.
void setBackgroundColourRGB(float r, float g, float b); |
r | A value in the range 0.f to 1.f, inclusive, for the red component of the colour to set. | ||
g | A value in the range 0.f to 1.f, inclusive, for the green component of the colour to set. | ||
b | A value in the range 0.f to 1.f, inclusive, for the blue component of the colour to set. |
void setBackgroundColourRGB(float r, float g, float b); |
void setBackgroundColourRGB(float r, float g, float b); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |