dotProd method

int dotProd(
  1. PvrtcColorRgb x
)

Implementation

int dotProd(PvrtcColorRgb x) => r * x.r + g * x.g + b * x.b;