PvrtcColorRgba.from constructor

PvrtcColorRgba.from(
  1. PvrtcColorRgba other
)

Implementation

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