modColor method

Color modColor(
  1. int degrees
)

Returns a color modified by the provided degrees int the color wheel.

Implementation

Color modColor(int degrees) => modColors([degrees]).first;