Fix doxygen comment
This commit is contained in:
parent
0586fd276d
commit
ff93884f71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue