GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "txt-eng.h"
Public Member Functions | |
text_element_color (double r, double g, double b) | |
text_element_color (const std::string &cname) | |
~text_element_color (void) | |
void | accept (text_processor &p) |
Matrix | get_color (void) |
Private Attributes | |
Matrix | rgb |
|
inline |
Definition at line 283 of file txt-eng.h.
References ASSIGN_COLOR.
|
inlinevirtual |
Implements text_element.
Definition at line 303 of file txt-eng.h.
Referenced by ft_render::visit().