Skip to content

Color Fill

⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21

Fills the shape with a solid color. Color format is #AARRGGBB.

Support Status: ✅ Fully Supported

  • Fill Color (fillColor): ✅ Supported (Fill color value (#AARRGGBB format))

Related Test Files:

  • basic/shape/shape.amproj

Technical Details

XML Example

xml
<shape fillType="color">
    <fillColor value="#ffff0000" />
</shape>

Released under the MIT License.