digiKam
|
Public Member Functions | |
ColorState ()=default | |
ColorState (heif_colorspace colorspace, heif_chroma chroma, bool has_alpha, int bits_per_pixel) | |
bool | operator== (const ColorState &) const |
Public Attributes | |
int | bits_per_pixel = 8 |
heif_chroma | chroma = heif_chroma_undefined |
heif_colorspace | colorspace = heif_colorspace_undefined |
bool | has_alpha = false |
|
default |
|
inline |
bool heif::ColorState::operator== | ( | const ColorState & | ) | const |
int heif::ColorState::bits_per_pixel = 8 |
heif_chroma heif::ColorState::chroma = heif_chroma_undefined |
heif_colorspace heif::ColorState::colorspace = heif_colorspace_undefined |
bool heif::ColorState::has_alpha = false |