GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Member Functions | |
color_values (double r=0, double g=0, double b=1) | |
color_values (double r=0, double g=0, double b=1) | |
color_values (std::string str) | |
color_values (std::string str) | |
color_values (const color_values &c) | |
color_values (const color_values &c) | |
operator octave_value (void) const | |
operator octave_value (void) const | |
bool | operator!= (const color_values &c) const |
bool | operator!= (const color_values &c) const |
color_values & | operator= (const color_values &c) |
color_values & | operator= (const color_values &c) |
bool | operator== (const color_values &c) const |
bool | operator== (const color_values &c) const |
Matrix | rgb (void) const |
Matrix | rgb (void) const |
void | validate (void) const |
void | validate (void) const |
Private Member Functions | |
OCTINTERP_API bool | str2rgb (std::string str) |
OCTINTERP_API bool | str2rgb (std::string str) |
Private Attributes | |
Matrix | xrgb |
Definition at line 1020 of file graphics.h.
Definition at line 1023 of file graphics.h.
References validate(), and xrgb.
|
inline |
Definition at line 1033 of file graphics.h.
|
inline |
Definition at line 1040 of file graphics.h.
Definition at line 1021 of file graphics.in.h.
References validate(), and xrgb.
|
inline |
Definition at line 1031 of file graphics.in.h.
|
inline |
Definition at line 1038 of file graphics.in.h.
|
inline |
Definition at line 1062 of file graphics.in.h.
References xrgb.
|
inline |
Definition at line 1064 of file graphics.h.
References xrgb.
|
inline |
Definition at line 1057 of file graphics.in.h.
|
inline |
Definition at line 1059 of file graphics.h.
|
inline |
Definition at line 1042 of file graphics.in.h.
References xrgb.
|
inline |
Definition at line 1044 of file graphics.h.
References xrgb.
|
inline |
Definition at line 1050 of file graphics.in.h.
References xrgb.
|
inline |
Definition at line 1052 of file graphics.h.
References xrgb.
Definition at line 1060 of file graphics.in.h.
References xrgb.
Definition at line 1062 of file graphics.h.
References xrgb.
Referenced by color_property::get(), and color_property::rgb().
|
private |
|
private |
Definition at line 1047 of file graphics.cc.
References transform(), and xrgb.
Referenced by color_values().
Definition at line 1064 of file graphics.in.h.
Definition at line 1066 of file graphics.h.
Referenced by color_values().
|
private |
Definition at line 1079 of file graphics.h.
Referenced by color_values(), operator octave_value(), operator=(), operator==(), rgb(), str2rgb(), and validate().