colour: add srgba2f typedef
This commit is contained in:
parent
695f8787e1
commit
88f1e8e654
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user