API / geotoolkit / attributes / FillStyle / FillStyle
attributes.FillStyle.FillStyle
Type Aliases
Type Aliases
Ƭ Options: Options & { evenoddmode?: boolean ; fillpattern?: Pattern ; foreground?: string | RgbaColor | HsvColor | HlsColor ; pattern?: Pattern }
source object
Ƭ OptionsOut: OptionsOut & { evenoddmode: boolean ; foreground?: string ; pattern: Pattern }
The object configuration
Ƭ Type: FillStyle | Options | string | RgbaColor | HsvColor | HlsColor | null