mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
common: ++todo
This commit is contained in:
parent
084e78d98d
commit
5112bdb805
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue