Home
last modified time | relevance | path

Searched defs:CDRColor (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRTypes.h53 struct CDRColor struct
58 CDRColor(unsigned short colorModel, unsigned short colorPalette, unsigned colorValue) in CDRColor() argument
60 CDRColor() in CDRColor() function
62 CDRColor(unsigned short colorModel, unsigned colorValue) in CDRColor() argument
H A DCDRContentCollector.h67 void collectPaletteEntry(unsigned, unsigned, const CDRColor &) override {} in collectPaletteEntry()