Last updated

API / geotoolkit / util / BlendMode / BlendMode

Enumeration: BlendMode

util.BlendMode.BlendMode

Describes how colors should appear when elements overlap

See

https://developer.mozilla.org/en-US/docs/Web/CSS/blend-mode|blend-mode

Table of contents

Enumeration Members

Contents

Enumeration Members

Multiply

Multiply = "Multiply"

The element is multiplied by the background and replaces the background color. The resulting color is always as dark as the background.


Normal

Normal = "Normal"

This attribute applies no blending whatsoever