enum

MinknowApi::PromethionDevice::PixelSettings::GainMultiplier

Inherits Enum < Comparable < Value < Object

Constants

INTGAIN_KEEP = 0
INTGAIN_2 = 1
INTGAIN_4 = 2

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

intgain_2?

Returns true if this enum value equals INTGAIN_2

Source
intgain_4?

Returns true if this enum value equals INTGAIN_4

Source
intgain_keep?

Returns true if this enum value equals INTGAIN_KEEP

Source