#include <kino_plugin_types.h>
Public Types | |
| typedef SampleType | sample_type |
Static Public Member Functions | |
| static sample_type | minimum () |
| Returns the maximum value of a sample. | |
| static sample_type | maximum () |
| Returns the minimum value of a sample. | |
| static sample_type | transparent () |
| Returns the sample value corresponding to transparent alpha. | |
| static sample_type | opaque () |
| Returns the sample value corresponding to opaque alpha. | |
| static sample_type | invert (const sample_type &Sample) |
| Inverts the value of a sample. | |
Definition at line 73 of file kino_plugin_types.h.
|
|||||
|
Definition at line 76 of file kino_plugin_types.h. |
|
||||||||||
|
Inverts the value of a sample.
|
|
|||||||||
|
Returns the minimum value of a sample.
Referenced by kino::color_traits< uint8_t >::convert(), kino::color_traits< double >::invert(), kino::color_traits< uint8_t >::invert(), kino::color_traits< double >::opaque(), kino::color_traits< uint8_t >::opaque(), and kino::color_traits< SampleType >::opaque(). |
|
|||||||||
|
Returns the maximum value of a sample.
Referenced by kino::basic_hsv::basic_hsv(), kino::color_traits< double >::transparent(), kino::color_traits< uint8_t >::transparent(), and kino::color_traits< SampleType >::transparent(). |
|
|||||||||
|
Returns the sample value corresponding to opaque alpha.
Definition at line 85 of file kino_plugin_types.h. References kino::color_traits< SampleType >::maximum(). 00085 { return maximum(); }
|
|
|||||||||
|
Returns the sample value corresponding to transparent alpha.
Definition at line 83 of file kino_plugin_types.h. References kino::color_traits< SampleType >::minimum(). 00083 { return minimum(); }
|
1.4.2