aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/element/fefuncr/index.html
blob: f639b2b31721d9c51f72349a2ad24014f9583c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: feFuncR
slug: Web/SVG/Element/feFuncR
tags:
  - SVG
  - SVG滤镜
  - 元素
  - 参考
  - 需要兼容性表
  - 需要内容
  - 需要示例
translation_of: Web/SVG/Element/feFuncR
---
<div>{{SVGRef}}</div>

<p>该滤镜为它的父{{SVGElement("feComponentTransfer")}}元素的输入图形的红色成分定义了变换函数。</p>

<h2 id="用法">用法</h2>

<p>{{svginfo}}</p>

<h2 id="示例">示例</h2>

<h2 id="属性">属性</h2>

<h3 id="全局属性">全局属性</h3>

<ul>
 <li><a href="/en/SVG/Attribute#Core" title="en/SVG/Attribute#Core">核心属性</a> »</li>
</ul>

<h3 id="专有属性">专有属性</h3>

<ul>
 <li><a href="/en/SVG/Attribute#Transfer_function_attributes" title="en/SVG/Attribute#Transfer_function_attributes">变换函数属性</a> »</li>
</ul>

<h2 id="DOM_接口">DOM 接口</h2>

<p>该元素实现了<code><a href="/en/DOM/SVGFEFuncRElement" title="en/DOM/SVGFEFuncRElement">SVGFEFuncRElement</a>接口。</code></p>

<h2 id="参见">参见</h2>

<ul>
 <li>{{ SVGElement("filter") }}</li>
 <li>{{ SVGElement("animate") }}</li>
 <li>{{ SVGElement("set") }}</li>
 <li>{{ SVGElement("feComponentTransfer") }}</li>
 <li>{{ SVGElement("feFuncA") }}</li>
 <li>{{ SVGElement("feFuncB") }}</li>
 <li>{{ SVGElement("feFuncG") }}</li>
 <li><a href="/en/SVG/Tutorial/Filter_effects" title="en/SVG/Tutorial/Filter_effects">SVG教程:滤镜效果</a></li>
</ul>