godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Image.load
godot
image
Image
Loads an image from file
path
.
struct
Image
@
nogc
nothrow
GodotError
load
(
StringArg0
)
(
in
StringArg0
path
)
Meta
Source
See Implementation
godot
image
Image
aliases
BaseClasses
enums
AlphaMode
CompressMode
CompressSource
Constants
Format
Interpolation
functions
_getData
_setData
blendRect
blendRectMask
blitRect
blitRectMask
bumpmapToNormalmap
clearMipmaps
compress
convert
copyFrom
create
createFromData
crop
decompress
detectAlpha
expandX2Hq2x
fill
fixAlphaEdges
flipX
flipY
generateMipmaps
getData
getFormat
getHeight
getMipmapOffset
getPixel
getPixelv
getRect
getSize
getUsedRect
getWidth
hasMipmaps
isCompressed
isEmpty
isInvisible
load
loadJpgFromBuffer
loadPngFromBuffer
loadWebpFromBuffer
lock
normalmapToXy
opAssign
opEquals
premultiplyAlpha
resize
resizeToPo2
rgbeToSrgb
savePng
setPixel
setPixelv
shrinkX2
srgbToLinear
unlock
properties
data
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Loads an image from file path.