Home
last modified time | relevance | path

Searched refs:Pb_range (Results 1 – 2 of 2) sorted by relevance

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YPbPr/constant/
H A Dparameter.hpp78 static /* constexpr*/ scalar_type const Pb_range(){ return 1.0; } in Pb_range() function
106 …ize( scalar_type const& divert ){ return ( divert - this_type::Pb_min() ) /this_type::Pb_range(); } in Pb_normalize()
107 …static scalar_type Pb_diverse ( scalar_type const& normal ){ return this_type::Pb_range() * norma… in Pb_diverse()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/
H A Dcolor.pp2f.hpp28083 static scalar_type const Pb_range() { in Pb_range() function
28154 return (divert - this_type::Pb_min()) /this_type::Pb_range(); in Pb_normalize()
28157 return this_type::Pb_range() * normal + this_type::Pb_min(); in Pb_diverse()