// This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`. #pragma once #include #include #include namespace mbgl { namespace style { class CascadeParameters; class CalculationParameters; class FillPaintProperties { public: void cascade(const CascadeParameters&); bool recalculate(const CalculationParameters&); PaintProperty fillAntialias { true }; PaintProperty fillOpacity { 1 }; PaintProperty fillColor { Color::black() }; PaintProperty fillOutlineColor { {} }; PaintProperty> fillTranslate { {{ 0, 0 }} }; PaintProperty fillTranslateAnchor { TranslateAnchorType::Map }; PaintProperty fillPattern { "" }; }; } // namespace style } // namespace mbgl