Lines Matching refs:Palette

143 Palette &Palette::rotateRight(byte firstIndex, byte lastIndex) {  in rotateRight()
156 Palette &Palette::rotateLeft(byte firstIndex, byte lastIndex) { in rotateLeft()
169 bool Palette::empty() const { in empty()
173 uint Palette::colorCount() const { in colorCount()
177 byte Palette::brightness(byte colorIndex) { in brightness()
183 bool Palette::isEqual(byte index1, byte index2) { in isEqual()
189 int Palette::findMinBrightnessColorIndex(uint minColorIndex) { in findMinBrightnessColorIndex()
203 bool Palette::ensureContrast(byte &minBrightnessColorIndex) { in ensureContrast()
218 Palette &Palette::fillWithBlack() { in fillWithBlack()
229 bool Palette::isValid() const { in isValid()
235 const Graphics::PixelFormat &Palette::colorFormat() const { in colorFormat()
239 void Palette::setGlobalOSystemPalette() const { in setGlobalOSystemPalette()
269 Cine::Palette::Color Palette::getColor(byte index) const { in getColor()
273 uint8 Palette::getR(byte index) const { in getR()
277 uint8 Palette::getG(byte index) const { in getG()
281 uint8 Palette::getB(byte index) const { in getB()
285 void Palette::setColorFormat(const Graphics::PixelFormat format) { in setColorFormat()
290 Palette &Palette::saturatedAddColor(Palette &output, byte firstIndex, byte lastIndex, signed r, sig… in saturatedAddColor()
301 Palette &Palette::saturatedAddColor(Palette &output, byte firstIndex, byte lastIndex, signed rSourc… in saturatedAddColor()
310 Palette &Palette::saturatedAddNormalizedGray(Palette &output, byte firstIndex, byte lastIndex, int … in saturatedAddNormalizedGray()
320 void Palette::saturatedAddColor(Color &result, const Color &baseColor, signed r, signed g, signed b… in saturatedAddColor()
326 Palette::Palette(const Graphics::PixelFormat format, const uint numColors) : _format(format), _colo… in Palette() function in Cine::Palette
331 Palette::Palette(const Palette& other) : in Palette() function in Cine::Palette
336 Palette& Palette::operator=(const Palette& other) { in operator =()
344 Palette &Palette::clear() { in clear()
350 Palette &Palette::load(const byte *buf, const uint size, const Graphics::PixelFormat format, const … in load()
376 byte *Palette::save(byte *buf, const uint size, const EndianType endian) const { in save()
380 byte *Palette::save(byte *buf, const uint size, const Graphics::PixelFormat format, const EndianTyp… in save()
384 byte *Palette::save(byte *buf, const uint size, const Graphics::PixelFormat format, const uint numC… in save()