COPASI API
4.16.103
|
#include <CLRGBAColor.h>
Public Attributes | |
unsigned char | mA |
unsigned char | mB |
unsigned char | mG |
unsigned char | mR |
Definition at line 9 of file CLRGBAColor.h.
unsigned char CLRGBAColor::mA |
Definition at line 18 of file CLRGBAColor.h.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CLLayoutRenderer::create_radial_gradient_texture(), CLLayoutRenderer::draw_curve(), CLLayoutRenderer::draw_datapoints(), and CLGradientStops::update_color().
unsigned char CLRGBAColor::mB |
Definition at line 16 of file CLRGBAColor.h.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CLLayoutRenderer::create_radial_gradient_texture(), CLLayoutRenderer::draw_curve(), CLLayoutRenderer::draw_datapoints(), and CLGradientStops::update_color().
unsigned char CLRGBAColor::mG |
Definition at line 14 of file CLRGBAColor.h.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CLLayoutRenderer::create_radial_gradient_texture(), CLLayoutRenderer::draw_curve(), CLLayoutRenderer::draw_datapoints(), and CLGradientStops::update_color().
unsigned char CLRGBAColor::mR |
Definition at line 12 of file CLRGBAColor.h.
Referenced by CLLayoutRenderer::create_linear_gradient_texture(), CLLayoutRenderer::create_radial_gradient_texture(), CLLayoutRenderer::draw_curve(), CLLayoutRenderer::draw_datapoints(), and CLGradientStops::update_color().