copy

inline fun copy(r: UByte = this.r, g: UByte = this.g, b: UByte = this.b, a: UByte = this.a): ColorRGBA32

Returns a copy of this instance with specified properties altered.