线性渐变
使用收藏夹保持井井有条 根据您的喜好保存和分类内容。
沿直线在两种颜色之间过渡的渐变。
语法
<LinearGradient startX="float" startY="float" endX="float" endY="float"
colors="argb-color argb-color" positions="float float" />
属性
LinearGradient
元素必须包含以下属性
startX
- 渐变线的起点的 x 坐标。
startY
- 渐变线的起点的 y 坐标。
endX
- 渐变线的终点的 x 坐标。
endY
- 渐变线的起点的 y 坐标。
colors
- 颜色列表,用空格分隔。您必须使用 ARGB 格式 (
#ff000000
= 不透明黑色) 或 RGB 格式 (#000000
= 黑色) 指定每种颜色。
positions
- 浮点数列表,用空格分隔。colors 属性中每种对应颜色的相对位置 [0..1]。如果此字符串为空,则颜色沿渐变线均匀分布。
内部元素
LinearGradient
元素可以包含 0 到 4 个 Transform
元素。
为您推荐
此页面上的内容和代码示例受 内容许可 中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2024-06-17 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"过于复杂/步骤过多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2024-06-17 UTC。", "confidential": False }