setBlue abstract method

void setBlue(
  1. int index,
  2. num value
)

Set the blue channel of the palette entry at index. If the palette has fewer colors or channels, it will be ignored.

Implementation

void setBlue(int index, num value);