menu
pro_image_editor package
documentation
plugins/image/src/image/image_data.dart
ImageData
ImageData.new constructor
ImageData.new constructor
dark_mode
light_mode
ImageData
constructor
ImageData
(
int
width
,
int
height
,
int
numChannels
)
Implementation
ImageData(
this
.width,
this
.height,
this
.numChannels);
pro_image_editor package
documentation
plugins/image/src/image/image_data
ImageData
ImageData.new constructor
ImageData class
Constructors
new
Properties
bitsPerChannel
buffer
first
format
formatType
hashCode
hasPalette
height
isEmpty
isHdrFormat
isLdrFormat
isNotEmpty
iterator
last
length
lengthInBytes
maxChannelValue
maxIndexValue
numChannels
palette
rowStride
runtimeType
single
width
Methods
any
cast
clear
clone
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
getBytes
getColor
getPixel
getRange
join
lastWhere
map
noSuchMethod
reduce
setPixel
setPixelR
setPixelRgb
setPixelRgba
setPixelRgbaSafe
setPixelRgbSafe
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
toUint8List
where
whereType
Operators
operator ==