operator * method

PvrtcColorRgb operator *(
  1. int x
)

Implementation

PvrtcColorRgb operator *(int x) => PvrtcColorRgb(r * x, g * x, b * x);