TuttleOFX
1
|
#include <rounded.hpp>
Public Types | |
typedef view_t::value_type | color_t |
Public Member Functions | |
rounded (color_t backcolor, color_t frontcolor, color_t bordercolor) | |
void | operator() (view_t &view) |
Data Fields | |
color_t | backcolor |
color_t | frontcolor |
color_t | bordercolor |
Definition at line 11 of file rounded.hpp.
typedef view_t::value_type layer::rounded< view_t >::color_t |
Definition at line 13 of file rounded.hpp.
layer::rounded< view_t >::rounded | ( | color_t | backcolor, |
color_t | frontcolor, | ||
color_t | bordercolor | ||
) | [inline] |
Definition at line 17 of file rounded.hpp.
void layer::rounded< view_t >::operator() | ( | view_t & | view | ) | [inline] |
Definition at line 20 of file rounded.hpp.
References ___, layer::rounded< view_t >::backcolor, layer::rounded< view_t >::bordercolor, tuttle::plugin::merge::fill_pixels(), layer::rounded< view_t >::frontcolor, height, terry::subimage_view(), boost::gil::view(), and width.
color_t layer::rounded< view_t >::backcolor |
Definition at line 14 of file rounded.hpp.
Referenced by layer::rounded< view_t >::operator()().
color_t layer::rounded< view_t >::bordercolor |
Definition at line 16 of file rounded.hpp.
Referenced by layer::rounded< view_t >::operator()().
color_t layer::rounded< view_t >::frontcolor |
Definition at line 15 of file rounded.hpp.
Referenced by layer::rounded< view_t >::operator()().