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