Actions
Bug #10845
closedtem: depth 24 and 32 do support 256 colors
Start date:
2019-04-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
We do not need assert:
ASSERT(fg_color4 < 16 && bg_color4 < 16);
in 24 and 32 bit cases because we do support 256 colors (0-255) in 24 and 32 bit depths.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 51ddf9bf5af833bbebc584ece0124b0e4ffa5abd
commit 51ddf9bf5af833bbebc584ece0124b0e4ffa5abd Author: Toomas Soome <tsoome@me.com> Date: 2019-04-26T15:30:04.000Z 10845 tem: depth 24 and 32 do support 256 colors Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions