glColor4f - part-cw/lambdanative GitHub Wiki
(glColor4f r g b a)
glColor4f sets a new floating point four-valued RGBA color.
| Parameter | Description |
|---|---|
| t | Red channel value |
| g | Green channel value |
| b | Blue channel value |
| a | Alpha (transparency) channel value |
Example
None provided.