getBlue abstract method

num getBlue(
  1. int index
)

Get the blue channel of the palette entry at index. If the palette has fewer colors or channels, 0 will be returned.

Implementation

num getBlue(int index);