mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-7506 add alpha channel to switch_rgb_color_t so it is possible to make transparent text img
This commit is contained in:
@@ -65,6 +65,7 @@ typedef struct switch_yuv_color_s {
|
||||
} switch_yuv_color_t;
|
||||
|
||||
typedef struct switch_rgb_color_s {
|
||||
uint8_t a;
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
uint8_t b;
|
||||
|
||||
Reference in New Issue
Block a user