|
Functions |
GBCOLOR | XRGB (GBCOLOR_COMPONENT r, GBCOLOR_COMPONENT g, GBCOLOR_COMPONENT b) |
GBCOLOR | XRGB (int r, int g, int b) |
GBCOLOR | ARGB (GBCOLOR_COMPONENT a, GBCOLOR_COMPONENT r, GBCOLOR_COMPONENT g, GBCOLOR_COMPONENT b) |
GBCOLOR | ARGB (int a, int r, int g, int b) |
GBCOLOR_COMPONENT | GetR (GBCOLOR c) |
GBCOLOR_COMPONENT | GetG (GBCOLOR c) |
GBCOLOR_COMPONENT | GetB (GBCOLOR c) |
GBCOLOR_COMPONENT | GetA (GBCOLOR c) |