PvrtcColorRgb.from constructor

PvrtcColorRgb.from(
  1. PvrtcColorRgb other
)

Implementation

PvrtcColorRgb.from(PvrtcColorRgb other)
    : r = other.r,
      g = other.g,
      b = other.b;