distanceB method

int distanceB(
  1. PColorRGB other
)

Implementation

int distanceB(PColorRGB other) => (b - other.b).abs();