|
Krita Source Code Documentation
|
Public Types | |
| typedef T | channel_type |
| typedef KoGrayTraits< T >::Pixel | pixel_type |
Public Member Functions | |
| T | alpha () const |
| bool | checkMultipliedColorsConsistent () const |
| bool | checkUnmultipliedColorsConsistent (const pixel_type &mult) const |
| GrayPixelWrapper (pixel_type &_pixel) | |
| void | setUnmultiplied (const pixel_type &mult, T newAlpha) |
Public Attributes | |
| pixel_type & | pixel |
Definition at line 284 of file exr_converter.cc.
| typedef T GrayPixelWrapper< T >::channel_type |
Definition at line 286 of file exr_converter.cc.
| typedef KoGrayTraits<T>::Pixel GrayPixelWrapper< T >::pixel_type |
Definition at line 287 of file exr_converter.cc.
|
inline |
Definition at line 289 of file exr_converter.cc.
|
inline |
Definition at line 291 of file exr_converter.cc.
References KoGrayTraits< _channels_type_ >::Pixel::alpha, and GrayPixelWrapper< T >::pixel.
|
inline |
Definition at line 295 of file exr_converter.cc.
References KoGrayTraits< _channels_type_ >::Pixel::alpha, KoGrayTraits< _channels_type_ >::Pixel::gray, GrayPixelWrapper< T >::pixel, and qFuzzyIsNull().
|
inline |
Definition at line 300 of file exr_converter.cc.
References KoGrayTraits< _channels_type_ >::Pixel::alpha, GrayPixelWrapper< T >::alpha(), KoGrayTraits< _channels_type_ >::Pixel::gray, GrayPixelWrapper< T >::pixel, and qFuzzyCompare().
|
inline |
Definition at line 307 of file exr_converter.cc.
References KoGrayTraits< _channels_type_ >::Pixel::alpha, KoGrayTraits< _channels_type_ >::Pixel::gray, and GrayPixelWrapper< T >::pixel.
| pixel_type& GrayPixelWrapper< T >::pixel |
Definition at line 314 of file exr_converter.cc.