unpack method

ColorT unpack()

Implementation

ColorT unpack() => ColorT(
    r: r,
    g: g,
    b: b,
    a: a);