MCL
Minimalistic Color Library
 All Classes Files
transform.hh File Reference
+ Include dependency graph for transform.hh:
+ This graph shows which files directly or indirectly include this file:

Functions

template<typename T >
greyed (T const &)
 
template<typename T >
grayed (T const &)
 
template<typename T >
greyed (T const &, const Environment &)
 
template<typename T >
grayed (T const &, const Environment &)
 
template<typename T >
to_opaque (T const &)
 
template<typename T >
to_transparent (T const &)
 
template<typename T >
with_alpha (T const &, double)
 
template<typename T >
with_lightness (T const &, double)
 
template<typename T >
with_lightness (T const &, double, const Environment &)
 
template<typename T >
rounded (T const &, double to=0.001)
 
template<typename T >
clamped (T const &)
 
template<typename T >
Endomorphism< T > grey ()
 
template<typename T >
Endomorphism< T > gray ()
 
template<typename T >
Endomorphism< T > grey (const Environment &)
 
template<typename T >
Endomorphism< T > gray (const Environment &)
 
template<typename T >
Endomorphism< T > opaque ()
 
template<typename T >
Endomorphism< T > transparent ()
 
template<typename T >
Endomorphism< T > alpha (double)
 
template<typename T >
Endomorphism< T > lightness (double)
 
template<typename T >
Endomorphism< T > lightness (double, const Environment &)
 
template<typename T >
Endomorphism< T > round (double to=0.001)
 
template<typename T >
Endomorphism< T > clamp ()
 
template<typename T >
Endomorphism< Color > to ()
 
template<typename T >
Endomorphism< Color > to (const Environment &)
 
Endomorphism< Color > to (SpaceType s)
 
Endomorphism< Color > to (SpaceType s, const Environment &)