add missing url about the COLOR macro
This commit is contained in:
parent
0ab1ed6530
commit
f4031590cd
@ -1,3 +1,4 @@
|
|||||||
|
/* Taken from https://github.com/djpohly/dwl/issues/466 */
|
||||||
#define COLOR(hex) { ((hex >> 24) & 0xFF) / 255.0f, \
|
#define COLOR(hex) { ((hex >> 24) & 0xFF) / 255.0f, \
|
||||||
((hex >> 16) & 0xFF) / 255.0f, \
|
((hex >> 16) & 0xFF) / 255.0f, \
|
||||||
((hex >> 8) & 0xFF) / 255.0f, \
|
((hex >> 8) & 0xFF) / 255.0f, \
|
||||||
|
Loading…
Reference in New Issue
Block a user