enum

Vips::Enums::CombineMode

Inherits Enum / Comparable / Value / Object

Constants

Set = 0
Add = 1

Instance methods

add?

Returns true if this enum value equals Add

Source
set?

Returns true if this enum value equals Set

Source