colour: correct the component count of colour1u

This commit is contained in:
Danny Robson 2016-09-23 13:27:21 +10:00
parent ff86357b83
commit 70689fd449

View File

@ -50,7 +50,7 @@ namespace util {
template <typename T> using colour3 = colour<3,T>;
template <typename T> using colour4 = colour<4,T>;
typedef colour3<uint8_t> colour1u;
typedef colour1<uint8_t> colour1u;
typedef colour3<uint8_t> colour3u;
typedef colour4<uint8_t> colour4u;