pixel.cpp File Reference


Detailed Description

Implementation of the pixel classes.

Author:
Julien Jorge

Definition in file pixel.cpp.

#include <claw/pixel.hpp>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  claw
namespace  claw::graphic

Functions

rgba_pixel claw::graphic::white_pixel (std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::red_pixel (std::numeric_limits< rgba_pixel::component_type >::max(), 0, 0, std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::magenta_pixel (std::numeric_limits< rgba_pixel::component_type >::max(), 0, std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::cyan_pixel (std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max(), 0, std::numeric_limits< rgba_pixel::component_type >::max())

Variables

rgba_pixel claw::graphic::black_pixel (0, 0, 0, std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::blue_pixel (0, 0, std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::green_pixel (0, std::numeric_limits< rgba_pixel::component_type >::max(), 0, std::numeric_limits< rgba_pixel::component_type >::max())
rgba_pixel claw::graphic::yellow_pixel (0, std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max())


Generated on Mon Nov 9 05:08:19 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.4.7