/// Returns the BitmapColor (i.e. palette index) that is either an exact match /// of the required color, or failing that, the entry that is the closest i.e. least error /// as measured by Color::GetColorError.
sal_uInt16 GetBestIndex(const BitmapColor& rCol) const; /// Returns the BitmapColor (i.e. palette index) that is an exact match /// of the required color. Returns SAL_MAX_UINT16 if nothing found.
SAL_DLLPRIVATE sal_uInt16 GetMatchingIndex(const BitmapColor& rCol) const;
/// Returns true if the palette is 8-bit grey palette. bool IsGreyPalette8Bit() const; /// Returns true if the palette is a grey palette (may not be 8-bit).
SAL_DLLPRIVATE bool IsGreyPaletteAny() const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.