径向渐变

从中心原点辐射出的两个颜色之间的渐变过渡。

语法

<RadialGradient centerX="float" centerY="float" radius="float"
                   colors="argb-color argb-color" positions="float float" />

属性

RadialGradient 元素必须包含以下属性

centerX
半径中心的 x 坐标。
centerY
半径中心的 y 坐标。
radius
必须为正数。此渐变的圆形半径。
colors
颜色列表,用空格分隔。您必须使用 ARGB 格式 (#ff000000 = 不透明黑色) 或 RGB 格式 (#000000 = 黑色) 指定每种颜色。
positions
浮点数列表,用空格分隔。colors 属性中每种对应颜色的相对位置 [0..1]。如果此字符串为空,则颜色将沿渐变线均匀分布。

内部元素

RadialGradient 元素可以包含 0 到 4 个 Transform 元素。