image package
documentation
image
GifColorMap
blue method
blue
image package
documentation
image
GifColorMap
blue method
GifColorMap class
Constructors
GifColorMap
Properties
bitsPerPixel
colors
hashCode
numColors
runtimeType
transparent
Methods
alpha
blue
color
green
noSuchMethod
red
setColor
toString
Operators
operator ==
operator []
operator []=
blue
method
Null safety
int
blue
(
int
color
)
Implementation
int blue(int color) => colors[color * 3 + 2];