menu
yjy_image_3_3_0 package
documentation
image.dart
HdrImage
setAlphaInt method
setAlphaInt method
dark_mode
light_mode
setAlphaInt
method
void
setAlphaInt
(
int
x
,
int
y
,
int
c
)
Implementation
void setAlphaInt(int x, int y, int c) { if (alpha != null) { alpha!.setInt(x, y, c); } }
yjy_image_3_3_0 package
documentation
image
HdrImage
setAlphaInt method
HdrImage class