Name

blendColor

Description Blends two color values together based on the blending mode given as the MODE parameter. The possible modes are described in the reference for the blend() function.
Syntax
blendColor(c1,c2,MODE)
Parameters
c1color: the first color to blend
c2color: the second color to blend
MODEEither BLEND, ADD, SUBTRACT, DARKEST, LIGHTEST, DIFFERENCE, EXCLUSION, MULTIPLY, SCREEN, OVERLAY, HARD_LIGHT, SOFT_LIGHT, DODGE, or BURN
Related PImage_blend
color
Creative Commons License