CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:31:17 GMT
content-type: text/html;charset=utf-8
content-encoding: gzip
content-location: 2380.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Fri, 17 Jan 2020 13:18:49 GMT
cache-control: max-age=21600
expires: Sat, 11 Oct 2025 09:31:17 GMT
x-backend: www-mirrors
x-request-id: 98cb48a09dead86d
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: BYPASS
set-cookie: __cf_bm=x_5v_F8HMaDIxdKL6.WdBFRrBQK23cUcnwOOXCXKwWg-1760153477-1.0.1.1-aNbt8BDQaKifvgKUa04caVFlAHKuk4nHwo.niRwf3JRAOO0kSlbjeNjqRZNuDfko7yNQItdAiv33oWeeWmiaOa7yhXQjY7S2e..4HZ1j_cw; path=/; expires=Sat, 11-Oct-25 04:01:17 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cb48a09dead86d-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-2380: Consider adding feColorRamp filter - SVG Working Group Tracker
Dirk Schulze <dschulze@adobe.com>, Chair, Chris Lilley <chris@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 2380.html,v 1.1 2020/01/17 13:21:34 carcone Exp $
SVG Working Group Issue Tracking
ISSUE-2380: Consider adding feColorRamp filter
feColorRamp
Consider adding feColorRamp filter
- State:
- RAISED
- Product:
- Module: Filters
- Raised by:
- Doug Schepers
- Opened on:
- 2010-10-05
- Description:
- <https://lists.w3.org/Archives/Public/www-svg/2010Oct/0031.html>:
[[
I'd like to propose adding an <feColorRamp> filter element to SVG. This
is a simple filter that takes selects a channel from an input image and
uses the intensity of a particular pixel to lookup a color value in a
gradient.
Reasons:
At the moment, the SVG filtering system provides ways to perturb images in
their domain (feDisplacementMap), but has only limited ability to remap
their range (feColorMatrix is probably the best existing option). To use
fractal noise and turbulence to produce natural effects such as fire,
clouds, marble or wood, the intensity of the noise needs to be mapped to a
color ramp (gradient). (See Ken Perlin's 'Making Noise'
https://www.noisemachine.com/talk1/)
Proposal:
A new filter element should be added to svg called <feColorRamp>. It
would have the following attributes:
in: "SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha |
FillPaint | StrokePaint | <filter-primitive-reference>"
- Choose input image
channelSelector: "R | G | B | A"
- Determines channel of input image that is remapped
ramp: <gradient>
- The gradient that is used for remapping intensity values in the input
channel
Please let me know if you think this is a good idea, and where I should
submit this proposal if this list is not the best place.
]] - Related Actions Items:
- No related actions
- Related emails:
- Re: Agenda Proposal for TPAC 2010 (from ed@opera.com on 2010-11-01)
- Re: Need to add <feColorRamp> to SVG [ISSUE-2380] (from schepers@w3.org on 2010-10-06)
- Re: Need to add <feColorRamp> to SVG [ISSUE-2380] (from kitfox@golden.net on 2010-10-06)
- Re: Need to add <feColorRamp> to SVG [ISSUE-2380] (from schepers@w3.org on 2010-10-05)
- ISSUE-2380 (feColorRamp): Consider adding feColorRamp filter [Module: Filters] (from sysbot+tracker@w3.org on 2010-10-05)
Related notes:
No additional notes.
Display change log
Dirk Schulze <dschulze@adobe.com>, Chair, Chris Lilley <chris@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 2380.html,v 1.1 2020/01/17 13:21:34 carcone Exp $