vrml color More...
#include <vrml_output.h>
Public Member Functions | |
float | operator[] (int i) const |
float | operator[] (int i) const |
float & | operator[] (int i) |
float & | operator[] (int i) |
Public Attributes | |
struct { | |
float alpha | |
the alpha value | |
float b | |
blue value | |
float g | |
green value | |
float r | |
red value | |
}; | |
rgb color, each color value should be in [0..1] | |
struct { | |
float alpha | |
the alpha value | |
float b | |
blue value | |
float g | |
green value | |
float r | |
red value | |
}; | |
rgb color, each color value should be in [0..1] | |
float | color [4] |
rgb array |
vrml color
Definition at line 56 of file include/hogman_minimal/graph_viewer/vrml_output.h.
float vrml_color_t::operator[] | ( | int | i | ) | const [inline] |
Definition at line 64 of file include/hogman_minimal/graph_viewer/vrml_output.h.
float vrml_color_t::operator[] | ( | int | i | ) | const [inline] |
Definition at line 64 of file src/graph_viewer/vrml_output.h.
float& vrml_color_t::operator[] | ( | int | i | ) | [inline] |
Definition at line 65 of file src/graph_viewer/vrml_output.h.
float& vrml_color_t::operator[] | ( | int | i | ) | [inline] |
Definition at line 65 of file include/hogman_minimal/graph_viewer/vrml_output.h.
struct { ... } |
rgb color, each color value should be in [0..1]
struct { ... } |
rgb color, each color value should be in [0..1]
the alpha value
Definition at line 61 of file include/hogman_minimal/graph_viewer/vrml_output.h.
blue value
Definition at line 60 of file include/hogman_minimal/graph_viewer/vrml_output.h.
rgb array
Definition at line 63 of file include/hogman_minimal/graph_viewer/vrml_output.h.
green value
Definition at line 59 of file include/hogman_minimal/graph_viewer/vrml_output.h.
red value
Definition at line 58 of file include/hogman_minimal/graph_viewer/vrml_output.h.