distanceA method

int distanceA(
  1. PColorRGB other
)

Implementation

int distanceA(PColorRGB other) => (a - other.a).abs();