mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added tests for color fixed matrix move operator
This commit is contained in:
@@ -95,4 +95,9 @@ namespace omath::color
|
||||
|
||||
return hsvData;
|
||||
}
|
||||
|
||||
Color::Color() : Vector4(0.f, 0.f, 0.f, 0.f)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user