Added Color4d type definition

This commit is contained in:
Paolo Cignoni 2009-07-10 13:22:24 +00:00
parent e6fbdfb9f6
commit 7a45bbe7eb
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ inline Color4<unsigned char> Color4<unsigned char>::operator + ( const Color4<un
typedef Color4<unsigned char> Color4b;
typedef Color4<float> Color4f;
typedef Color4<double> Color4d;
/*@}*/