]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_types.h
Document the property animation, rect, and color additions.
[mlt] / src / framework / mlt_types.h
index b25b2b96e43122d40a45d7723d75ff8501d27df5..bb9e2c654d25ff23320f4607729ec1f717ed29ea 100644 (file)
@@ -133,10 +133,10 @@ typedef struct {
 mlt_rect;
 
 typedef struct {
-       uint8_t r;
-       uint8_t g;
-       uint8_t b;
-       uint8_t a;
+       uint8_t r; /**< red */
+       uint8_t g; /**< green */
+       uint8_t b; /**< blue */
+       uint8_t a; /**< alpha */
 }
 mlt_color;