gl-color ( color -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » OpenGL utility words

Prev:gl-error ( -- )
Next:gl-translate ( point -- )


Vocabulary
opengl

Inputs
colora color


Outputs
None

Word description
Wrapper for glColor4d taking an instance of color.

Notes
See Colors.

Definition