diff options
Diffstat (limited to 'meta/3rd/Defold/library/image.lua')
m--------- | meta/3rd/Defold | 0 | ||||
-rw-r--r-- | meta/3rd/Defold/library/image.lua | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/3rd/Defold b/meta/3rd/Defold new file mode 160000 +Subproject 05379b40fb3084d82f7270475e42da8d521c4da diff --git a/meta/3rd/Defold/library/image.lua b/meta/3rd/Defold/library/image.lua deleted file mode 100644 index 1dcab022..00000000 --- a/meta/3rd/Defold/library/image.lua +++ /dev/null @@ -1,20 +0,0 @@ ----Image API documentation ----Functions for creating image objects. ----@class image -image = {} ----luminance image type -image.TYPE_LUMINANCE = nil ----RGB image type -image.TYPE_RGB = nil ----RGBA image type -image.TYPE_RGBA = nil ----Load image (PNG or JPEG) from buffer. ----@param buffer string # image data buffer ----@param premult boolean? # optional flag if alpha should be premultiplied. Defaults to false ----@return table # object or nil if loading fails. The object is a table with the following fields: -function image.load(buffer, premult) end - - - - -return image
\ No newline at end of file |