polygonTexture property

GemImage? polygonTexture
getter/setter pair

The texture for polygons. Default value is none.

The polygon texture will be blended with the polygonFillColor value. User must set polygonFillColor to Rgba::white() in order to preserve original texture colors.

Implementation

GemImage? polygonTexture = GemImage(
  imageId: MarkerRenderSettings.defaultMembersValue,
);