Translation:Gradient Stop
From IDMLWiki
グラデーション停止
スキーマの例59 GradientStop
GradientStop_Object = element GradientStop{
attribute Self { xsd:string },
attribute StopColor{ xsd:string }?,
attribute Location { xsd:double {minInclusive="0" maxInclusive="100"} }?,
attribute Midpoint { xsd:double {minInclusive="13" maxInclusive="87"} }?
}
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| Location | double | グラデーション停止の開始点(グラデーション全体の幅の%。0-100) | |
| Midpoint | double | グラデーション停止の中間点(グラデーション全体の幅の%。13-87) | |
| StopColor | string | グラデーション停止のカラー、濃淡または混合インキ |
