ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
|
Simple color representation using four float values. More...
#include <Image.h>
Public Attributes | |
float | r |
Red component. More... | |
float | g |
Green component. More... | |
float | b |
Blue component. More... | |
float | a |
Alpha component. More... | |
Simple color representation using four float values.
float Color::a |
Alpha component.
float Color::b |
Blue component.
float Color::g |
Green component.
float Color::r |
Red component.