menu
three_js_core package
documentation
textures/texture.dart
ImageDataInfo
ImageDataInfo.new constructor
ImageDataInfo.new constructor
dark_mode
light_mode
ImageDataInfo
constructor
ImageDataInfo
(
Uint8List
data
,
num
width
,
num
height
,
num
depth
,
)
Implementation
ImageDataInfo(this.data, this.width, this.height, this.depth);
three_js_core package
documentation
textures/texture
ImageDataInfo
ImageDataInfo.new constructor
ImageDataInfo class