php-vips

BlendMode
in package

The BlendMode enum.

Tags
category

Images

author

John Cupitt jcupitt@gmail.com

copyright

2016 John Cupitt

license

https://opensource.org/licenses/MIT MIT

link
https://github.com/jcupitt/php-vips

Table of Contents

ADD  = 'add'
ATOP  = 'atop'
CLEAR  = 'clear'
COLOUR_BURN  = 'colour-burn'
COLOUR_DODGE  = 'colour-dodge'
DARKEN  = 'darken'
DEST  = 'dest'
DEST_ATOP  = 'dest-atop'
DEST_IN  = 'dest-in'
DEST_OUT  = 'dest-out'
DEST_OVER  = 'dest-over'
DIFFERENCE  = 'difference'
EXCLUSION  = 'exclusion'
HARD_LIGHT  = 'hard-light'
IN  = 'in'
LIGHTEN  = 'lighten'
MULTIPLY  = 'multiply'
OUT  = 'out'
OVER  = 'over'
OVERLAY  = 'overlay'
SATURATE  = 'saturate'
SCREEN  = 'screen'
SOFT_LIGHT  = 'soft-light'
SOURCE  = 'source'
XOR1  = 'xor'

Constants

COLOUR_BURN

public mixed COLOUR_BURN = 'colour-burn'

COLOUR_DODGE

public mixed COLOUR_DODGE = 'colour-dodge'

DEST_ATOP

public mixed DEST_ATOP = 'dest-atop'

DEST_OVER

public mixed DEST_OVER = 'dest-over'

DIFFERENCE

public mixed DIFFERENCE = 'difference'

EXCLUSION

public mixed EXCLUSION = 'exclusion'

HARD_LIGHT

public mixed HARD_LIGHT = 'hard-light'

SOFT_LIGHT

public mixed SOFT_LIGHT = 'soft-light'

Search results