Color blending (BLEND) modification.
More...
#include <image_modifications.hpp>
Color blending (BLEND) modification.
Definition at line 542 of file image_modifications.hpp.
◆ blend_modification()
image::blend_modification::blend_modification |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b, |
|
|
float |
a |
|
) |
| |
|
inline |
◆ get_a()
float image::blend_modification::get_a |
( |
| ) |
const |
|
inline |
◆ get_b()
int image::blend_modification::get_b |
( |
| ) |
const |
|
inline |
◆ get_g()
int image::blend_modification::get_g |
( |
| ) |
const |
|
inline |
◆ get_r()
int image::blend_modification::get_r |
( |
| ) |
const |
|
inline |
◆ operator()()
surface image::blend_modification::operator() |
( |
const surface & |
src | ) |
const |
|
virtual |
◆ a_
float image::blend_modification::a_ |
|
private |
◆ b_
int image::blend_modification::b_ |
|
private |
◆ g_
int image::blend_modification::g_ |
|
private |
◆ r_
int image::blend_modification::r_ |
|
private |
The documentation for this class was generated from the following files: