add to bindings
This commit is contained in:
parent
0b32a1d12e
commit
91a0bec70c
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,8 @@ exportRefObject Image:
|
||||||
flipHorizontal
|
flipHorizontal
|
||||||
flipVertical
|
flipVertical
|
||||||
rotate90
|
rotate90
|
||||||
subImage
|
subImage(Image, int, int, int, int)
|
||||||
|
subImage(Image, Rect)
|
||||||
minifyBy2(Image, int)
|
minifyBy2(Image, int)
|
||||||
magnifyBy2(Image, int)
|
magnifyBy2(Image, int)
|
||||||
applyOpacity(Image, float32)
|
applyOpacity(Image, float32)
|
||||||
|
@ -142,6 +143,7 @@ exportRefObject Image:
|
||||||
fillPath(Image, Path, Paint, Mat3, WindingRule)
|
fillPath(Image, Path, Paint, Mat3, WindingRule)
|
||||||
strokePath(Image, Path, Paint, Mat3, float32, LineCap, LineJoin, float32, seq[float32])
|
strokePath(Image, Path, Paint, Mat3, float32, LineCap, LineJoin, float32, seq[float32])
|
||||||
newContext(Image)
|
newContext(Image)
|
||||||
|
opaqueBounds
|
||||||
|
|
||||||
exportRefObject Paint:
|
exportRefObject Paint:
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in a new issue