Definition at line 68 of file color.cpp.
68 {
71 }
else if (1.0f <=
t) {
72 return;
73 }
74
75 Color3i new_color = other_color;
76 new_color.
Mul(1.0f -
t);
79}
void Add(const Color3i &color)
Color3i(uint8_t r, uint8_t g, uint8_t b)
void Mul(const Color3i &other_color)
void Set(uint8_t r, uint8_t g, uint8_t b)
References Color3i(), Add(), Mul(), Set(), and t.