getGreen abstract method

num getGreen(
  1. int index
)

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

Implementation

num getGreen(int index);