distanceR method

int distanceR(
  1. PColorRGB other
)

Implementation

int distanceR(PColorRGB other) => (r - other.r).abs();