SVG/Attribut/color-interpolation
Aus SELFHTML-Wiki
Das color-interpolation-Attribut steuert das Verhalten bei der Farbberechnung.
- Erlaubte Werte
sRGB
: Farbberechnung nach dem sRGB-Farbmodellauto
: Grundeinstellungen des BrowserslinearRGB
: Farbberechnung nach dem linearen RGB-Farbmodell
- Standardwert
sRGB
- anwendbar auf
- Präsentationsattribut
ja
- mit CSS animierbar
discrete
Beispiel
<rect x="350" y="10"
width="150" height="200"
color-interpolation="auto"
/>
<rect x="530" y="10"
width="150" height="200"
color-interpolation="linearRGB"
/>
Siehe auch
Weblinks
- W3C: color-interpolation
- MDN: color-interpolation
Liste der SVG-Attribute
- Kernattribute
- Präsentationsattribute
- Anzeige
- Beschneidung und Masken
- Farben und Verläufe
- color
- color-interpolation
- fill
- fill-opacity
- fill-rule
- image-rendering
- marker
- marker-end
- marker-mid
- marker-start
- paint-order
- shape-rendering
- stop-color
- stop-opacity
- stroke
- stroke-align
- stroke-dasharray
- stroke-dashadjust
- stroke-dashcorner
- stroke-dashoffset
- stroke-linecap
- stroke-linejoin
- stroke-miterlimit
- stroke-opacity
- stroke-width
- vector-effect
- Filter
- Größen und Geometrie
- Schrift
- Text
- Animations-Attribute
- Filter-Attribute
- Layout-Attribute
- viewBox-Attribute
- XLink-Attribute
- weitere XML-Attribute