55 RgbaColor GetColor(BitDepth bit_depth, uint8_t entry_id)
const;
57 void SetColor(BitDepth bit_depth, uint8_t entry_id,
RgbaColor color);
66 RgbaColor GetColorRaw(BitDepth bit_depth, uint8_t entry_id)
const;
74 uint8_t bit_depth_2_to_4_[4] = {0x0, 0x7, 0x8, 0xf};
75 uint8_t bit_depth_2_to_8_[4] = {0x0, 0x77, 0x88, 0xff};
76 uint8_t bit_depth_4_to_8_[16] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55,
77 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb,
78 0xcc, 0xdd, 0xee, 0xff};