office-gobmx/filter/source
Jan-Marek Glogowski c34bb163c3 Make BitmapColor inherit from / merge into Color
BitmapColor itself is kept to distingish the Color usage as part
of a color palette, which continues to store the offset in the
blue value. The original special mbIndex handling is long gone
since commit 1fefdd6f3b ("Alpha channel in BitmapColor - change
bIndex to alpha"), so there is no data difference.

This also results in the following changes:

* now has a basic_ostream<charT, traits>& operator<<
  (that was my actual starting point... for an other bug fix)
* there is a minimal difference for GetLiminance
  BGR(29,151,76) => BGR(28,151,77)
* no more return values for Merge and Invert
  (previously returning *this)
* replaces all GetBlueOrIndex with GetIndex

This leaves one "problematic" part: the GetColorError handling.
At first glance it should probably be virtual. The Color variant
is less strict then the BitmapColor one - for whatever reason.
BitmapColor is always used to search for the best match in a
Palette. Currently I'm simply leaving both variants. Would be
nice to have an explict for functions here.

Change-Id: I251ba3024a1d60f2a9d9fde9cd0a60f08e8322a7
Reviewed-on: https://gerrit.libreoffice.org/72181
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2019-05-13 15:43:17 +02:00
..
config an uno -> a uno 2019-05-10 14:50:59 +02:00
docbook
flash
graphic
graphicfilter
msfilter Make BitmapColor inherit from / merge into Color 2019-05-13 15:43:17 +02:00
odfflatxml an is used before a vowel sound 2019-05-10 10:01:13 +02:00
pdf improve tools::Rectangle->basegfx::B2?Rectangle conversion 2019-05-08 12:42:53 +02:00
storagefilterdetect
svg fix wrong SET/QUERY flags passed to uno::Reference 2019-05-13 08:15:27 +02:00
t602
textfilterdetect
xmlfilteradaptor
xmlfilterdetect
xslt Fix typo 2019-05-09 06:53:08 +02:00
xsltdialog
xsltfilter Replace list by deque in xsltfilter 2019-05-11 10:54:49 +02:00