コード例 #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;
 }
コード例 #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;
 }
コード例 #3
0
 public SVGFill(Color32 color, FILL_BLEND blend, FILL_TYPE fillType)
 {
     this.color    = color;
     this.blend    = blend;
     this.fillType = fillType;
 }
コード例 #4
0
 public SVGFill (Color32 color, FILL_BLEND blend, FILL_TYPE fillType)
 {
     this.color = color;
     this.blend = blend;
     this.fillType = fillType;
 }