Open Dev Kit Documentation :: OpenGL :: Clear Color
OpenGL.ClearColor( Red Float, Green Float, Blue Float, Alpha Float )Specify clear values for the color buffers
Parameters
- Red Float
- Specify the red value used when the color buffers are cleared. Initial value is 0
- Green Float
- Specify the green value used when the color buffers are cleared. Initial value is 0
- Blue Float
- Specify the blue value used when the color buffers are cleared. Initial value is 0
- Alpha Float
- Specify the alpha value used when the color buffers are cleared. Initial value is 0
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
