Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGContextMBS class.

Next items

CGContextMBS.kCGBlendModeClear=16

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = 0
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeColor=14

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeColorBurn=7

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeColorDodge=6

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeCopy=17

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeDarken=4

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeDestinationAtop=24

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*(1 - Da) + D*Sa
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeDestinationIn=22

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = D*Sa
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeDestinationOut=23

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = D*(1 - Sa)
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeDestinationOver=21

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*(1 - Da) + D
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeDifference=10

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeExclusion=11

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeHardLight=9

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeHue=12

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeLighten=5

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeLuminosity=15

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeMultiply=1

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeNormal=0

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeOverlay=3

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModePlusDarker=26

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = MAX(0, (1 - D) + (1 - S))
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModePlusLighter=27

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = MIN(1, S + D)
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeSaturation=13

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeScreen=2

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeSoftLight=8

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Blend modes.

CGContextMBS.kCGBlendModeSourceAtop=20

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*Da + D*(1 - Sa)
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeSourceIn=18

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*Da
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeSourceOut=19

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*(1 - Da)
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGBlendModeXOR=25

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 11.2
A constant for the Blend modes.

R = S*(1 - Da) + D*(1 - Sa). This XOR mode is only nominally related to the classical bitmap XOR operation, which is not supported by Quartz 2D.
Available in Mac OS X v10.5 and later.

CGContextMBS.kCGEncodingFontSpecific=0

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 8.0
A constant for the Text encodings.

Next items

The items on this page are in the following plugins: MBS MacCG Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...