OpenGLPrakt --> cColor

struct sComponents

RGBA color represented as it's components

Source:
../src/cColor.hh:127

Variables Index

a
[public] alpha component
b
[public] blue component
g
[public] green component
r
[public] red component


Variables

r

public GLfloat r

red component

g

public GLfloat g

green component

b

public GLfloat b

blue component

a

public GLfloat a

alpha component


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.