API: Refactor HSV color creation functions from $SE
namespace to $Graphics
#173
Labels
Milestone
Content-Length: 227844 | pFad | http://github.com/stipple-effect/stipple-effect/issues/173
B9$SE
namespace to $Graphics
#173
Fetched URL: http://github.com/stipple-effect/stipple-effect/issues/173
Alternative Proxies:
Description
Refactor the following functions:
$SE.hsv(float h, float s, float v, int a) -> color
->$Graphics.hsv(float h, float s, float v, int a) -> color
$SE.hsv(float h, float s, float v) -> color
->$Graphics.hsv(float h, float s, float v) -> color
Tasks
The text was updated successfully, but these errors were encountered: