public SVGFill(Color32 color, FILL_BLEND blend, FILL_TYPE fillType, GRADIENT_TYPE gradientType) { this.color = color; this.blend = blend; this.fillType = fillType; this.gradientType = gradientType; }
public SVGFill (Color32 color, FILL_BLEND blend, FILL_TYPE fillType, GRADIENT_TYPE gradientType) { this.color = color; this.blend = blend; this.fillType = fillType; this.gradientType = gradientType; }