Enum SvgColorMode

Enum SvgColorMode

Der Name: Aspose.BarCode.Generation Zusammensetzung: Aspose.BarCode.dll (25.4.0)

Mögliche Modalitäten für die Füllung von Farben in SVG-Datei, RGB ist standardmäßig und unterstützt von SVG 1.1.RGBA, HSL, HSLA sind in SVG 2.0 Standard erlaubt.Auch in der RGB-Opazität wird durch den Parameter “Full-Opazität” eingestellt

public enum SvgColorMode

Fields

HSL = 2

HSL-Modus, Beispiel: fill=“hsl(17, 100%, 53%)” fill-opacity=“0.73”

HSLA = 3

HSLA-Modus, Beispiel: fill=“hsla(30, 50%, 70%, 0.8)”

RGB = 0

RGB-Modus, zum Beispiel: fill="#ff5511" fill-opacity=“0.73.

RGBA = 1

RGBA-Modus, Beispiel: fill=“rgba(255, 85, 17, 0.73)”

 Deutsch