#include <brush.h>
◆ Brush() [1/2]
◆ Brush() [2/2]
clan::Brush::Brush |
( |
const Colorf & | color | ) |
|
|
inline |
◆ solid() [1/2]
static Brush clan::Brush::solid |
( |
const Colorf & | color | ) |
|
|
inlinestatic |
◆ solid() [2/2]
static Brush clan::Brush::solid |
( |
float | r, |
|
|
float | g, |
|
|
float | b, |
|
|
float | a = 1.0f ) |
|
inlinestatic |
◆ solid_rgb8()
static Brush clan::Brush::solid_rgb8 |
( |
int | r, |
|
|
int | g, |
|
|
int | b ) |
|
inlinestatic |
◆ solid_rgba8()
static Brush clan::Brush::solid_rgba8 |
( |
int | r, |
|
|
int | g, |
|
|
int | b, |
|
|
int | a ) |
|
inlinestatic |
◆ center_point
Pointf clan::Brush::center_point |
◆ color
◆ end_point
◆ gradient_origin_offset
Pointf clan::Brush::gradient_origin_offset |
◆ image
◆ interpolate
◆ opacity
float clan::Brush::opacity = 1.0f |
◆ radius_x
float clan::Brush::radius_x = 0.0f |
◆ radius_y
float clan::Brush::radius_y = 0.0f |
◆ start_point
Pointf clan::Brush::start_point |
◆ stops
◆ transform
◆ type
◆ wrap_x
◆ wrap_y
The documentation for this class was generated from the following file: