menu
pro_image_editor package
documentation
plugins/image/src/image/image.dart
Image
getPixelIndex method
getPixelIndex method
dark_mode
light_mode
getPixelIndex
method
int
getPixelIndex
(
int
x
,
int
y
)
Implementation
int getPixelIndex(int x, int y) => data?.getPixel(x, y).index.toInt() ?? 0;
pro_image_editor package
documentation
plugins/image/src/image/image
Image
getPixelIndex method
Image class