Skip to content

Commit 5b92186

Browse files
committed
Added extra colors
1 parent b4e6dc8 commit 5b92186

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

klib/graphics/color.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ namespace klib::graphics {
5555
/**
5656
* @brief Different display modes. Not all modes are supported for all displays
5757
*
58+
* @note
59+
* lum = luminance
60+
* a = alpha
61+
* r = red
62+
* g = green
63+
* b = blue
5864
*/
5965
enum class mode {
6066
mono,
@@ -66,6 +72,12 @@ namespace klib::graphics {
6672
bgr565,
6773
rgb666,
6874
rgb888,
75+
argb8888,
76+
argb4444,
77+
argb1555,
78+
lum8,
79+
alum44,
80+
alum88,
6981
};
7082
}
7183

0 commit comments

Comments
 (0)