Graphics Functions
Function
| Function Name | Returns |
|---|---|
| B_From_RGB | Returns a byte value representing the Blue color intensity value of an RGB integer. |
| G_From_RGB | Returns a byte value representing the Green color intensity value of an RGB integer. |
| R_From_RGB | Returns a byte value representing the Red color intensity value of an RGB integer. |
| RGB | Returns an RGB value for GDI functions from byte values representing Red, Green, and Blue color intensity. |