Translation:Gradient Stop

From IDMLWiki

Jump to: navigation, search
グラデーション停止
スキーマの例59 GradientStop
  1. GradientStop_Object = element GradientStop{ 
  2.   attribute Self { xsd:string },
  3.   attribute StopColor{  xsd:string }?,
  4.   attribute Location { xsd:double {minInclusive="0" maxInclusive="100"} }?,
  5.   attribute Midpoint { xsd:double {minInclusive="13" maxInclusive="87"} }?
  6. }
表65 属性としてのGradientStopプロパティ
名前 必須 説明
Location double グラデーション停止の開始点(グラデーション全体の幅の%。0-100)
Midpoint double グラデーション停止の中間点(グラデーション全体の幅の%。13-87)
StopColor string グラデーション停止のカラー、濃淡または混合インキ
Personal tools