diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2020-08-03 12:32:43 +0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2020-08-13 22:25:18 +0000 |
commit | 7b54c15a676636961ae7d449e439a89acf669ec6 (patch) | |
tree | 8ce1091eda1b54fab2853d2697b1b3f6e65189b4 /payloads/libpayload/libc | |
parent | e7ef6c380d0878dcce434c05e00943ad51abe093 (diff) |
libpayload: cbgfx: Add color mapping functionality
Similar to set_blend(), add set_color_map() for mapping background and
foreground colors of a bitmap. Also add clear_color_map() for clearing
the saved color mappings.
Note that when drawing a bitmap, the color mapping will be applied
before blending.
Also remove unnecessary initialization for static variable 'blend'.
BRANCH=puff
BUG=b:146399181, b:162357639
TEST=emerge-puff libpayload
Change-Id: I640ff3e8455cd4aaa5a41d03a0183dff282648a5
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44375
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Joel Kitching <kitching@google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'payloads/libpayload/libc')
0 files changed, 0 insertions, 0 deletions