FontGetColorRGBΒΆ
FontGetColorRGB gets the font color.
- rvColorRGB = FontGetColorRGB(hFont)
Return Value
rvColorRGB is a vector with three elements:
Value |
Meaning |
---|---|
rvColorRGB[1] |
Red (0 to 255) |
rvColorRGB[2] |
Green (0 to 255) |
rvColorRGB[3] |
Blue (0 to 255) |
Parameters
- hFont
Identifies the font.
See also
id-1185650