Did I forget to give nonzero alpha? I did uwu
This commit is contained in:
parent
cb6bdf531d
commit
5e166965bb
1 changed files with 4 additions and 4 deletions
|
@ -82,10 +82,10 @@ static uint32_t bayer_matrix[256] = {
|
|||
};
|
||||
|
||||
static cammy_image_color default_palette[4] = {
|
||||
{ 0, 0, 0, 0 },
|
||||
{ 87, 87, 87, 0 },
|
||||
{ 171, 171, 171, 0 },
|
||||
{ 255, 255, 255, 0 }
|
||||
{ 0, 0, 0, 255 },
|
||||
{ 87, 87, 87, 255 },
|
||||
{ 171, 171, 171, 255 },
|
||||
{ 255, 255, 255, 255 }
|
||||
};
|
||||
|
||||
static uint8_t rgb_to_luma(uint8_t r, uint8_t g, uint8_t b) {
|
||||
|
|
Loading…
Add table
Reference in a new issue