ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Public Attributes | List of all members
Color Struct Reference

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...
 

Detailed Description

Simple color representation using four float values.

Member Data Documentation

float Color::a

Alpha component.

float Color::b

Blue component.

float Color::g

Green component.

float Color::r

Red component.


The documentation for this struct was generated from the following file: