Namespace color::place
Description
- Give index of component for some specific color/format. In case that this component not exists value of index will be negative.
List
-
- alpha
-
- Example:
std::cout << ::color::place::alpha<::color::rgba<float>::category_type >::position_enum << std::endl;
- blue
-
- Example:
std::cout << ::color::place::blue<::color::rgb<float>::category_type >::position_enum << std::endl;
- cyan
-
- Example:
std::cout << ::color::place::cyan<::color::rgb<float>::category_type >::position_enum << std::endl;
- gray
-
- Example:
std::cout << ::color::place::gray<::color::rgb<float>::category_type >::position_enum << std::endl;
- green
-
- Example:
std::cout << ::color::place::green<::color::rgb<float>::category_type >::position_enum << std::endl;
- hue
-
- Example:
std::cout << ::color::place::hue<::color::rgb<float>::category_type >::position_enum << std::endl;
- inphase
-
- Example:
::color::place::inphase<::color::rgb<float>::category_type >::position_enum << std::endl;
- key
-
- Example:
std::cout << ::color::place::key<::color::rgb<float>::category_type >::position_enum << std::endl;
- lightness
-
- Example:
::color::place::lightness<::color::rgb<float>::category_type >::position_enum << std::endl;
- luma
-
- Example:
std::cout << ::color::place::luma<::color::rgb<float>::category_type >::position_enum << std::endl;
- luminance
-
- Example:
std::cout << ::color::place::luminance<::color::rgb<float>::category_type >::position_enum << std::endl;
- magenta
-
- Example:
::color::place::magenta<::color::rgb<float>::category_type >::position_enum << std::endl;
- place
-
- Example:
std::cout << ::color::place::place<::color::rgb<float>::category_type >::position_enum << std::endl;
- quadrature
-
- Example:
std::cout << ::color::place::quadrature<::color::rgb<float>::category_type >::position_enum << std::endl;
- red
-
- Example:
std::cout << ::color::place::red<::color::rgb<float>::category_type >::position_enum << std::endl;
- saturation
-
- Example:
std::cout << ::color::place::saturation<::color::rgb<float>::category_type >::position_enum << std::endl;
- value
-
- Example:
std::cout << ::color::place::value<::color::rgb<float>::category_type >::position_enum << std::endl;
- yellow
-
- Example:
std::cout << ::color::place::yellow<::color::rgb<float>::category_type >::position_enum << std::endl;