1 2 3 4 5 6 7
#pragma once #include "mathlib.h" #include "types.h" typedef Vector4 Color; Color colorFromHex(float32 r, float32 g, float32 b, float32 a);