// // Created by vlad on 2/4/24. // #include "omath/color.h" #include #include namespace omath::color { Color::Color() : Vector4(0.f, 0.f, 0.f, 0.f) { } }