enum

CrImage::Draw::BlendMode

Inherits Enum / Comparable / Value / Object

BlendMode defines how colors are combined when drawing.

Constants

Normal = 0
Multiply = 1
Screen = 2
Overlay = 3
SoftLight = 4

Instance methods

multiply?

Returns true if this enum value equals Multiply

Source
normal?

Returns true if this enum value equals Normal

Source
overlay?

Returns true if this enum value equals Overlay

Source
screen?

Returns true if this enum value equals Screen

Source
soft_light?

Returns true if this enum value equals SoftLight

Source