blue method

int blue(
  1. int color
)

Implementation

int blue(int color) => _palette.getBlue(color) as int;