update bindings
This commit is contained in:
parent
c1b7c44985
commit
52fb3b3928
1 changed files with 6 additions and 0 deletions
|
@ -117,13 +117,18 @@ exportRefObject Image:
|
||||||
setColor
|
setColor
|
||||||
fill(Image, Color)
|
fill(Image, Color)
|
||||||
fill(Image, Paint)
|
fill(Image, Paint)
|
||||||
|
isOneColor(Image)
|
||||||
|
isTransparent(Image)
|
||||||
|
isOpaque(Image)
|
||||||
flipHorizontal
|
flipHorizontal
|
||||||
flipVertical
|
flipVertical
|
||||||
|
rotate90
|
||||||
subImage
|
subImage
|
||||||
minifyBy2(Image, int)
|
minifyBy2(Image, int)
|
||||||
magnifyBy2(Image, int)
|
magnifyBy2(Image, int)
|
||||||
applyOpacity(Image, float32)
|
applyOpacity(Image, float32)
|
||||||
invert(Image)
|
invert(Image)
|
||||||
|
ceil(Image)
|
||||||
blur(Image, float32, Color)
|
blur(Image, float32, Color)
|
||||||
resize(Image, int, int)
|
resize(Image, int, int)
|
||||||
shadow(Image, Vec2, float32, float32, Color)
|
shadow(Image, Vec2, float32, float32, Color)
|
||||||
|
@ -298,6 +303,7 @@ exportProcs:
|
||||||
rotate(float32)
|
rotate(float32)
|
||||||
scale(float32, float32)
|
scale(float32, float32)
|
||||||
inverse(Matrix3)
|
inverse(Matrix3)
|
||||||
|
snapToPixels
|
||||||
|
|
||||||
writeFiles("bindings/generated", "Pixie")
|
writeFiles("bindings/generated", "Pixie")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue