Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 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;
 }