Fix doxygen comment
This commit is contained in:
parent
0586fd276d
commit
ff93884f71
@ -216,7 +216,7 @@ typedef gU16 gColorformat;
|
||||
*/
|
||||
#define LUMA_OF(c) ((RED_OF(c)+((gU16)GREEN_OF(c)<<1)+BLUE_OF(c))>>2)
|
||||
#define RED_OF(c) (((c) & 0xF800)>>8)
|
||||
#define GREEN_OF(c) (((c)&0x007E)>>3)
|
||||
#define GREEN_OF(c) (((c)&0x07E0)>>3)
|
||||
#define BLUE_OF(c) (((c)&0x001F)<<3)
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user