enum

Vips::Enums::PCS

Inherits Enum / Comparable / Value / Object

Constants

Lab = 0
Xyz = 1

Instance methods

lab?

Returns true if this enum value equals Lab

Source
xyz?

Returns true if this enum value equals Xyz

Source