GDIP_XRGBfunction
Returns a XRGB color value initialized with the specified values for the red, green, and blue components.
Syntax
FUNCTION GDIP_XRGB (BYVAL r AS UBYTE, BYVAL g AS UBYTE, BYVAL b AS UBYTE) AS COLORREF
Parameters
| Name | Description | |
|---|---|---|
r | The red component value. | |
g | The green component value. | |
b | The bue ponent value. |
Return value
The XRGB value.
Description
Returns a XRGB color value initialized with the specified values for the red, green, and blue components.
Reference
- Include file
AfxGdiPlus.inc - Defined in AfxNova/AfxGdiPlus.inc:86
- Documented in Graphics/GdiPlus Classes/GdiPlus Procedures.md
- Topic: GdiPlus Procedures