Last updated

API / geotoolkit / attributes / FillStyle / FillStyle

Namespace: FillStyle

attributes.FillStyle.FillStyle

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { evenoddmode?: boolean ; fillpattern?: Pattern ; foreground?: string | RgbaColor | HsvColor | HlsColor ; pattern?: Pattern }

source object


OptionsOut

Ƭ OptionsOut: OptionsOut & { evenoddmode: boolean ; foreground?: string ; pattern: Pattern }

The object configuration


Type

Ƭ Type: FillStyle | Options | string | RgbaColor | HsvColor | HlsColor | null