search API (or start typing anywhere)
ModuleAssets
snow.types.ModuleAssets defined in snow.types.Types
typedef alias of snow.types.user.ModuleAssets
Members
Methods
image_info_from_bytes
image_info_from_bytes(_id:String, _bytes:snow.api.buffers.Uint8Array, _components:Int) : snow.api.Promiseimage_info_from_bytes_direct
image_info_from_bytes_direct(_id:String, _bytes:snow.api.buffers.Uint8Array, _components:Int) : snow.types.ImageDataimage_info_from_load
image_info_from_load(_path:String, _components:Int) : snow.api.Promiseimage_info_from_load_direct
image_info_from_load_direct(_path:String, _components:Int) : snow.types.ImageDataimage_info_from_pixels
image_info_from_pixels(_id:String, _width:Int, _height:Int, _pixels:snow.api.buffers.Uint8Array, _bpp:Int) : snow.types.ImageData
