image package
documentation
image
getBlue function
getBlue
image package
documentation
image
getBlue function
image library
Classes
Animation
BitmapFont
BitmapFontCharacter
BitUtility
BmpDecoder
Color
DecodeInfo
Decoder
DibDecoder
Encoder
ExrAttribute
ExrB44Compressor
ExrChannel
ExrCompressor
ExrDecoder
ExrHufDec
ExrHuffman
ExrImage
ExrPart
ExrPizCompressor
ExrPxr24Compressor
ExrRleCompressor
ExrWavelet
ExrZipCompressor
GifColorMap
GifDecoder
GifEncoder
GifImageDesc
GifInfo
Half
HdrImage
HdrSlice
IcoDecoder
IcoInfo
IcoInfoImage
Image
InputBuffer
Jpeg
JpegAdobe
JpegComponent
JpegData
JpegDecoder
JpegEncoder
JpegFrame
JpegInfo
JpegJfif
JpegScan
LzwDecoder
NeuralQuantizer
OutputBuffer
PngDecoder
PngEncoder
PngFrame
PngInfo
Point
PsdBevelEffect
PsdBlendingRanges
PsdChannel
PsdDecoder
PsdDropShadowEffect
PsdEffect
PsdImage
PsdImageResource
PsdInnerGlowEffect
PsdInnerShadowEffect
PsdLayer
PsdLayerAdditionalData
PsdLayerData
PsdLayerSectionDivider
PsdMask
PsdOuterGlowEffect
PsdSolidFillEffect
PvrtcColorBoundingBox
PvrtcColorRgb
PvrtcColorRgba
PvrtcDecoder
PvrtcEncoder
PvrtcPacket
SeparableKernel
TgaDecoder
TgaEncoder
TgaInfo
TiffBitReader
TiffDecoder
TiffEncoder
TiffEntry
TiffFaxDecoder
TiffImage
TiffInfo
Trim
VP8
VP8BandProbas
VP8BitReader
VP8Filter
VP8FilterHeader
VP8FInfo
VP8FrameHeader
VP8L
VP8LBitReader
VP8LColorCache
VP8LTransform
VP8MB
VP8MBData
VP8PictureHeader
VP8Proba
VP8QuantMatrix
VP8Random
VP8SegmentHeader
VP8TopSamples
WebPAlpha
WebPDecoder
WebPEncoder
WebPFilters
WebPFrame
WebPInfo
Properties
arial_14
arial_24
arial_48
Functions
adjustColor
alphaBlendColors
bakeOrientation
brightness
bumpToNormal
clipLine
cmykToRgb
colorOffset
contrast
convolution
copyCrop
copyInto
copyRectify
copyResize
copyResizeCropSquare
copyRotate
crand
decodeAnimation
decodeBmp
decodeExr
decodeGif
decodeGifAnimation
decodeIco
decodeImage
decodeJpg
decodeNamedAnimation
decodeNamedImage
decodePng
decodePngAnimation
decodePsd
decodeTga
decodeTiff
decodeTiffAnimation
decodeWebP
decodeWebPAnimation
drawChar
drawCircle
drawImage
drawLine
drawPixel
drawRect
drawString
drawStringCentered
dropShadow
emboss
encodeCur
encodeCurImages
encodeGif
encodeGifAnimation
encodeIco
encodeIcoImages
encodeJpg
encodeNamedImage
encodePng
encodePngAnimation
encodeTga
fill
fillCircle
fillFlood
fillRect
findDecoderForData
findTrim
flip
flipHorizontal
flipVertical
gaussianBlur
getAlpha
getBlue
getChannel
getColor
getDecoderForNamedImage
getGreen
getLuminance
getLuminanceRgb
getRed
grand
grayscale
hdrBloom
hdrGamma
hdrToImage
hslToRgb
hsvToRgb
invert
labToRgb
labToXyz
maskFlood
minMax
noise
normalize
pixelate
prand
quantize
readFont
readFontZip
readJpg
readPng
readTga
reinhardToneMap
remapColors
rgbToHsl
rgbToLab
rgbToXyz
scaleRgba
separableConvolution
sepia
setAlpha
setBlue
setChannel
setGreen
setRed
smooth
sobel
trim
vignette
writeJpg
writePng
writeTga
xyzToLab
xyzToRgb
Enums
BlendMode
Channel
Channels
DisposeMode
Flip
Format
FrameType
Interpolation
NoiseType
PixelateMode
QuantizeMethod
TrimMode
Exceptions
ImageException
getBlue
function
int
getBlue
(
int
color
)
Get the blue channel from the
color
.
Implementation
int getBlue(int color) => (color >> 16) & 0xff;