diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-10-16 11:35:44 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-10-17 11:09:49 +0300 |
commit | 47e808023f98f74673906ef7de34e774cd26f52b (patch) | |
tree | 61692a33768f49d508ac92f8b64af2f8c4e8c0dc /kms++util/inc | |
parent | ff9de1ab494ee5d48dba7aa84dfa1ce114464f09 (diff) |
Add AR12 & AR15 support
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'kms++util/inc')
-rw-r--r-- | kms++util/inc/kms++util/color.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kms++util/inc/kms++util/color.h b/kms++util/inc/kms++util/color.h index f378433..21eae66 100644 --- a/kms++util/inc/kms++util/color.h +++ b/kms++util/inc/kms++util/color.h @@ -27,6 +27,8 @@ struct RGB uint32_t abgr8888() const; uint16_t rgb565() const; uint16_t bgr565() const; + uint16_t argb4444() const; + uint16_t argb1555() const; YUV yuv(YUVType type = YUVType::BT601_Lim) const; uint8_t b; |