FS-7506 add alpha channel to switch_rgb_color_t so it is possible to make transparent text img

This commit is contained in:
Seven Du
2015-05-12 12:39:29 +08:00
committed by Michael Jerris
parent 8787ccd5a5
commit 4b8f40d28e
2 changed files with 70 additions and 33 deletions
+1
View File
@@ -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;