added tests for color fixed matrix move operator

This commit is contained in:
2024-09-02 13:57:30 +03:00
parent 9a3a4214b8
commit b78a2e2747
7 changed files with 138 additions and 5 deletions

View File

@@ -95,4 +95,9 @@ namespace omath::color
return hsvData;
}
Color::Color() : Vector4(0.f, 0.f, 0.f, 0.f)
{
}
}