diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-11 12:32:50 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-11 12:32:50 +0300 |
commit | 2754279db8d359b0c6d846c1e8f851e1ef90bb43 (patch) | |
tree | c2b0c7fe512daaee254859fa530bafd5972a9796 /kms++util/inc | |
parent | bd5f6471e619a6ba2987bc7f66ef78a531f94d6c (diff) | |
parent | 3788242e4fdc57b1421b4721120477ebb2298e52 (diff) |
Merge branch 'master' of git://github.com/jsarha/kmsxx
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 ef85a67..ba2ed25 100644 --- a/kms++util/inc/kms++util/color.h +++ b/kms++util/inc/kms++util/color.h @@ -14,9 +14,11 @@ struct RGB RGB(uint32_t argb); uint32_t rgb888() const; + uint32_t bgr888() const; uint32_t argb8888() const; uint32_t abgr8888() const; uint16_t rgb565() const; + uint16_t bgr565() const; YUV yuv() const; uint8_t b; |