Class SolidPaint
Solid color paint (direct RGBA). Interpreters must resolve palettes to RGBA. Compatible with OT-SVG solid fills and COLR v1 PaintSolid after CPAL resolution.
public sealed class SolidPaint : Paint
- Inheritance
-
SolidPaint
- Inherited Members
Properties
Color
Gets the color to use for the fill. Alpha is respected and further multiplied by Opacity.
public GlyphColor Color { get; init; }