Image.GDNativeClassBinding

Undocumented in source.
struct Image
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getData
GodotMethod!(Dictionary) _getData;
Undocumented in source.
_setData
GodotMethod!(void, Dictionary) _setData;
Undocumented in source.
blendRect
GodotMethod!(void, Image, Rect2, Vector2) blendRect;
Undocumented in source.
blendRectMask
GodotMethod!(void, Image, Image, Rect2, Vector2) blendRectMask;
Undocumented in source.
blitRect
GodotMethod!(void, Image, Rect2, Vector2) blitRect;
Undocumented in source.
blitRectMask
GodotMethod!(void, Image, Image, Rect2, Vector2) blitRectMask;
Undocumented in source.
bumpmapToNormalmap
GodotMethod!(void, double) bumpmapToNormalmap;
Undocumented in source.
clearMipmaps
GodotMethod!(void) clearMipmaps;
Undocumented in source.
compress
GodotMethod!(GodotError, long, long, double) compress;
Undocumented in source.
convert
GodotMethod!(void, long) convert;
Undocumented in source.
copyFrom
GodotMethod!(void, Image) copyFrom;
Undocumented in source.
create
GodotMethod!(void, long, long, bool, long) create;
Undocumented in source.
createFromData
GodotMethod!(void, long, long, bool, long, PoolByteArray) createFromData;
Undocumented in source.
crop
GodotMethod!(void, long, long) crop;
Undocumented in source.
decompress
GodotMethod!(GodotError) decompress;
Undocumented in source.
detectAlpha
GodotMethod!(Image.AlphaMode) detectAlpha;
Undocumented in source.
expandX2Hq2x
GodotMethod!(void) expandX2Hq2x;
Undocumented in source.
fill
GodotMethod!(void, Color) fill;
Undocumented in source.
fixAlphaEdges
GodotMethod!(void) fixAlphaEdges;
Undocumented in source.
flipX
GodotMethod!(void) flipX;
Undocumented in source.
flipY
GodotMethod!(void) flipY;
Undocumented in source.
generateMipmaps
GodotMethod!(GodotError, bool) generateMipmaps;
Undocumented in source.
getData
GodotMethod!(PoolByteArray) getData;
Undocumented in source.
getFormat
GodotMethod!(Image.Format) getFormat;
Undocumented in source.
getHeight
GodotMethod!(long) getHeight;
Undocumented in source.
getMipmapOffset
GodotMethod!(long, long) getMipmapOffset;
Undocumented in source.
getPixel
GodotMethod!(Color, long, long) getPixel;
Undocumented in source.
getPixelv
GodotMethod!(Color, Vector2) getPixelv;
Undocumented in source.
getRect
GodotMethod!(Image, Rect2) getRect;
Undocumented in source.
getSize
GodotMethod!(Vector2) getSize;
Undocumented in source.
getUsedRect
GodotMethod!(Rect2) getUsedRect;
Undocumented in source.
getWidth
GodotMethod!(long) getWidth;
Undocumented in source.
hasMipmaps
GodotMethod!(bool) hasMipmaps;
Undocumented in source.
isCompressed
GodotMethod!(bool) isCompressed;
Undocumented in source.
isEmpty
GodotMethod!(bool) isEmpty;
Undocumented in source.
isInvisible
GodotMethod!(bool) isInvisible;
Undocumented in source.
load
GodotMethod!(GodotError, String) load;
Undocumented in source.
loadBmpFromBuffer
GodotMethod!(GodotError, PoolByteArray) loadBmpFromBuffer;
Undocumented in source.
loadJpgFromBuffer
GodotMethod!(GodotError, PoolByteArray) loadJpgFromBuffer;
Undocumented in source.
loadPngFromBuffer
GodotMethod!(GodotError, PoolByteArray) loadPngFromBuffer;
Undocumented in source.
loadTgaFromBuffer
GodotMethod!(GodotError, PoolByteArray) loadTgaFromBuffer;
Undocumented in source.
loadWebpFromBuffer
GodotMethod!(GodotError, PoolByteArray) loadWebpFromBuffer;
Undocumented in source.
lock
GodotMethod!(void) lock;
Undocumented in source.
normalmapToXy
GodotMethod!(void) normalmapToXy;
Undocumented in source.
premultiplyAlpha
GodotMethod!(void) premultiplyAlpha;
Undocumented in source.
resize
GodotMethod!(void, long, long, long) resize;
Undocumented in source.
resizeToPo2
GodotMethod!(void, bool, long) resizeToPo2;
Undocumented in source.
rgbeToSrgb
GodotMethod!(Image) rgbeToSrgb;
Undocumented in source.
saveExr
GodotMethod!(GodotError, String, bool) saveExr;
Undocumented in source.
savePng
GodotMethod!(GodotError, String) savePng;
Undocumented in source.
savePngToBuffer
GodotMethod!(PoolByteArray) savePngToBuffer;
Undocumented in source.
setPixel
GodotMethod!(void, long, long, Color) setPixel;
Undocumented in source.
setPixelv
GodotMethod!(void, Vector2, Color) setPixelv;
Undocumented in source.
shrinkX2
GodotMethod!(void) shrinkX2;
Undocumented in source.
srgbToLinear
GodotMethod!(void) srgbToLinear;
Undocumented in source.
unlock
GodotMethod!(void) unlock;
Undocumented in source.

Meta