operator * method

PvrtcColorRgba operator *(
  1. int x
)

Implementation

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