public GradientPart(GradientPart original) { this.type = original.type; this.color = original.color; this.v2Fixed = original.v2Fixed; this.v3Fixed = original.v3Fixed; this.alphaFixed = original.alphaFixed; this.fixedV2 = original.fixedV2; this.fixedV3 = original.fixedV3; this.fixedAlpha = original.fixedAlpha; }
public GradientPart() { this.type = GradientPartType.RGB_R; }