#include "../typeswitch.hpp"#include "../export.hpp"#include <boost/gil/pixel.hpp>#include <boost/gil/rgba.hpp>#include <boost/gil/gray.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::renderer |
Typedefs | |
| typedef uint8 | sge::renderer::pixel_channel_8 |
| typedef float | sge::renderer::pixel_channel_f32 |
| typedef boost::gil::pixel < pixel_channel_8, boost::gil::rgba_layout_t > | sge::renderer::rgba8_pixel |
| typedef rgba8_pixel const | sge::renderer::rgba8c_pixel |
| typedef boost::gil::pixel < pixel_channel_8, boost::gil::argb_layout_t > | sge::renderer::argb8_pixel |
| typedef argb8_pixel const | sge::renderer::argb8c_pixel |
| typedef boost::gil::pixel < pixel_channel_f32, boost::gil::rgba_layout_t > | sge::renderer::rgba_f32_pixel |
| typedef boost::gil::pixel < uint8, boost::gil::gray_layout_t > | sge::renderer::gray8_pixel |
| typedef rgba8_pixel | sge::renderer::color |
| typedef rgba_f32_pixel | sge::renderer::colorf |
Functions | |
| SGE_SYMBOL color const | sge::renderer::make_color_rgba (pixel_channel_8 r, pixel_channel_8 g, pixel_channel_8 b, pixel_channel_8 a) |
1.5.5