diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-08-07 22:05:12 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-08-07 22:05:12 +0300 |
| commit | d05efc5f85fa4d820c476a73d262abf5f6a58228 (patch) | |
| tree | cd7dcff6d03a7484a6a662cf5f9c5da9307cc39b /include/BH/Color.h | |
| parent | 4ce443f0d9143b4485c2e2627180bb0275abfdbe (diff) | |
| download | bhlib-d05efc5f85fa4d820c476a73d262abf5f6a58228.tar.gz | |
Refactor bitmap, add extra accessor for color data
Diffstat (limited to 'include/BH/Color.h')
| -rw-r--r-- | include/BH/Color.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/BH/Color.h b/include/BH/Color.h index 1fb2d73..2cb8b76 100644 --- a/include/BH/Color.h +++ b/include/BH/Color.h @@ -56,6 +56,7 @@ typedef struct BH_Color uint16_t l; uint16_t a; } hsla; + uint16_t channel[4]; } data; } BH_Color; |
