Functions | |
wmfRGB | wmf_rgb_white (wmfAPI *API) |
wmfRGB | wmf_rgb_black (wmfAPI *API) |
wmfRGB | wmf_rgb_color (wmfAPI *API, float red, float green, float blue) |
|
The color black.
|
|
Create a color with specified fractions of red, green and blue.
wmf_rgb_color (API,0,0,0) returns wmf_black.
|
|
The color white.
|