OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
Blending.h
Go to the documentation of this file.
1
8#ifndef BLENDING_H_
9#define BLENDING_H_
10
11#define RGB_APPLY_OPACITY(Rgba, Opacity) \
12 (((Rgba) * (Opacity)) / 0xFF)
13
14#endif // BLENDING_H_