Added Color4d type definition
This commit is contained in:
parent
e6fbdfb9f6
commit
7a45bbe7eb
|
@ -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;
|
||||
|
||||
/*@}*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue