Claw 1.7.3
Variables
Colors.

Variables

rgba_pixel claw::graphic::white_pixel
 The white color.
 
rgba_pixel claw::graphic::red_pixel
 The red color.
 
rgba_pixel claw::graphic::yellow_pixel
 The yellow color.
 
rgba_pixel claw::graphic::magenta_pixel
 The magenta color.
 
rgba_pixel claw::graphic::transparent_pixel (0, 0, 0, 0)
 A transparent color.
 
rgba_pixel claw::graphic::black_pixel (0, 0, 0, std::numeric_limits< rgba_pixel::component_type >::max())
 The black color.
 
rgba_pixel claw::graphic::blue_pixel (0, 0, std::numeric_limits< rgba_pixel::component_type >::max(), std::numeric_limits< rgba_pixel::component_type >::max())
 The blue color.
 
rgba_pixel claw::graphic::green_pixel (0, std::numeric_limits< rgba_pixel::component_type >::max(), 0, std::numeric_limits< rgba_pixel::component_type >::max())
 The green color.
 
rgba_pixel claw::graphic::cyan_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())
 The cyan color.
 
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::yellow_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())
 
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())
 

Detailed Description

Variable Documentation

◆ black_pixel

rgba_pixel claw::graphic::black_pixel ( ,
,
,
std::numeric_limits< rgba_pixel::component_type ::max() 
)

The black color.

Definition at line 136 of file pixel.hpp.

◆ blue_pixel

rgba_pixel claw::graphic::blue_pixel ( ,
,
std::numeric_limits< rgba_pixel::component_type ::max(),
std::numeric_limits< rgba_pixel::component_type ::max() 
)

The blue color.

Definition at line 142 of file pixel.hpp.

◆ cyan_pixel

rgba_pixel claw::graphic::cyan_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() 
)

The cyan color.

Definition at line 157 of file pixel.hpp.

◆ green_pixel

rgba_pixel claw::graphic::green_pixel ( ,
std::numeric_limits< rgba_pixel::component_type ::max(),
,
std::numeric_limits< rgba_pixel::component_type ::max() 
)

The green color.

Definition at line 145 of file pixel.hpp.

◆ transparent_pixel

rgba_pixel claw::graphic::transparent_pixel ( ,
,
,
 
)

A transparent color.

Definition at line 133 of file pixel.hpp.