digiKam
heif::ColorState Struct Reference

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
 

Constructor & Destructor Documentation

◆ ColorState() [1/2]

heif::ColorState::ColorState ( )
default

◆ ColorState() [2/2]

heif::ColorState::ColorState ( heif_colorspace  colorspace,
heif_chroma  chroma,
bool  has_alpha,
int  bits_per_pixel 
)
inline

Member Function Documentation

◆ operator==()

bool heif::ColorState::operator== ( const ColorState ) const

Member Data Documentation

◆ bits_per_pixel

int heif::ColorState::bits_per_pixel = 8

◆ chroma

heif_chroma heif::ColorState::chroma = heif_chroma_undefined

◆ colorspace

heif_colorspace heif::ColorState::colorspace = heif_colorspace_undefined

◆ has_alpha

bool heif::ColorState::has_alpha = false

The documentation for this struct was generated from the following file: