isBlue static method

bool isBlue(
  1. double hue
)

Implementation

static bool isBlue(double hue) => hue >= 250.0 && hue < 270.0;