History log of /haiku/src/kits/interface/Icon.cpp
Revision Date Author Comments
# 3cc1da2b 18-Feb-2023 PulkoMandy <pulkomandy@pulkomandy.tk>

BControl: fix big-endian bitmap handling for control icons

The code is endian-dependant because the alpha channel is not at the
same place. This resulted in transparent white in icons being converted
to partially transparent yellow when attempting to darken the icons, for
example.

Change-Id: I57916139ba37b8d7ae0f9e9ba9e74c1d496d7b05
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6077
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# f0c31011 22-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

BControl: Move icon code to separate class BIcon


# f0c31011511b6d68aed5a764ffe7c201eb36e91a 22-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

BControl: Move icon code to separate class BIcon