#include <ComicStyleCombo.h>
Public Member Functions | |
| ComicStyleCombo (void) | |
| ~ComicStyleCombo (void) | |
| const ml7::Matrix4x4 & | GetWorldViewProjectionMatrix () const |
| const xl7::direct3d::colors::Color & | GetCELColor () const |
| unsigned | GetColorShades () const |
| void | SetWorldViewProjectionMatrix (const ml7::Matrix4x4 &world_view_projection) |
| void | SetCELColor (const xl7::direct3d::colors::Color &cel_color) |
| void | SetColorShades (unsigned color_shades) |
| gl7::repository::shader::ComicStyleCombo::ComicStyleCombo | ( | void | ) |
Default constructor.
| gl7::repository::shader::ComicStyleCombo::~ComicStyleCombo | ( | void | ) |
Destructor.
| const xl7::direct3d::colors::Color& gl7::repository::shader::ComicStyleCombo::GetCELColor | ( | ) | const [inline] |
Returns the CEL color.
| unsigned gl7::repository::shader::ComicStyleCombo::GetColorShades | ( | ) | const [inline] |
Returns the number of color shades.
| const ml7::Matrix4x4& gl7::repository::shader::ComicStyleCombo::GetWorldViewProjectionMatrix | ( | ) | const [inline] |
Returns the world-view-projection matrix.
| void gl7::repository::shader::ComicStyleCombo::SetCELColor | ( | const xl7::direct3d::colors::Color & | cel_color | ) |
Sets the CEL color.
| void gl7::repository::shader::ComicStyleCombo::SetColorShades | ( | unsigned | color_shades | ) |
Sets the number of color shades.
| void gl7::repository::shader::ComicStyleCombo::SetWorldViewProjectionMatrix | ( | const ml7::Matrix4x4 & | world_view_projection | ) |
Sets the world-view-projection matrix.
1.6.1