|
Krita Source Code Documentation
|
Public Types | |
| typedef T | channel_type |
| typedef Rgba< T > | pixel_type |
Public Member Functions | |
| T | alpha () const |
| bool | checkMultipliedColorsConsistent () const |
| bool | checkUnmultipliedColorsConsistent (const Rgba< T > &mult) const |
| RgbPixelWrapper (Rgba< T > &_pixel) | |
| void | setUnmultiplied (const Rgba< T > &mult, T newAlpha) |
Public Attributes | |
| Rgba< T > & | pixel |
Definition at line 244 of file exr_converter.cc.
| typedef T RgbPixelWrapper< T >::channel_type |
Definition at line 246 of file exr_converter.cc.
| typedef Rgba<T> RgbPixelWrapper< T >::pixel_type |
Definition at line 247 of file exr_converter.cc.
|
inline |
Definition at line 249 of file exr_converter.cc.
|
inline |
Definition at line 251 of file exr_converter.cc.
References Rgba< _T_ >::a, and RgbPixelWrapper< T >::pixel.
|
inline |
Definition at line 255 of file exr_converter.cc.
References Rgba< _T_ >::a, Rgba< _T_ >::b, Rgba< _T_ >::g, RgbPixelWrapper< T >::pixel, qFuzzyIsNull(), and Rgba< _T_ >::r.
|
inline |
Definition at line 262 of file exr_converter.cc.
References Rgba< _T_ >::a, RgbPixelWrapper< T >::alpha(), Rgba< _T_ >::b, Rgba< _T_ >::g, RgbPixelWrapper< T >::pixel, qFuzzyCompare(), and Rgba< _T_ >::r.
|
inline |
Definition at line 271 of file exr_converter.cc.
References Rgba< _T_ >::a, Rgba< _T_ >::b, Rgba< _T_ >::g, RgbPixelWrapper< T >::pixel, and Rgba< _T_ >::r.
| Rgba<T>& RgbPixelWrapper< T >::pixel |
Definition at line 280 of file exr_converter.cc.