colour: add srgba2f typedef

This commit is contained in:
Danny Robson 2020-11-27 16:29:41 +10:00
parent 695f8787e1
commit 88f1e8e654

View File

@ -78,6 +78,7 @@ namespace cruft {
using srgba1 = srgba<1,T>;
using srgba1f = srgba1<float>;
using srgba2f = srgba<2,float>;
using srgba3f = srgba<3,float>;
using srgba4f = srgba<4,float>;