From 47e808023f98f74673906ef7de34e774cd26f52b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 16 Oct 2018 11:35:44 +0300 Subject: Add AR12 & AR15 support Signed-off-by: Tomi Valkeinen --- kms++util/inc/kms++util/color.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kms++util/inc') 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; -- cgit v1.2.3