common: ++todo

This commit is contained in:
Hermet Park 2023-04-07 18:28:17 +09:00
parent 084e78d98d
commit 5112bdb805

View file

@ -242,6 +242,7 @@ Result Shape::appendRect(float x, float y, float w, float h, float rx, float ry)
} }
//TODO: kill alpha at TVG 1.0, because we also have opacity
Result Shape::fill(uint8_t r, uint8_t g, uint8_t b, uint8_t a) noexcept Result Shape::fill(uint8_t r, uint8_t g, uint8_t b, uint8_t a) noexcept
{ {
pImpl->rs.color[0] = r; pImpl->rs.color[0] = r;