Options
All
  • Public
  • Public/Protected
  • All
Menu

Determines how color blending should be done.

Index

Enumeration Members

add: 1

Adds the source and destination colours.

inherit: 0

Inherits from parent.

max: 3

Chooses the maximum of each component of the source and destination colours.

min: 2

Chooses the minimum of each component of the source and destination colours.

reverseSubtract: 5

Subtracts the source colour from the destination colour.

subtract: 4

Subtracts the destination colour from the source colour.

Generated using TypeDoc