getChannelSafe abstract method

int getChannelSafe(
  1. int x,
  2. int y, [
  3. int? defaultValue,
  4. ImageChannel? channel,
])

Implementation

int getChannelSafe(int x, int y, [int? defaultValue, ImageChannel? channel]);