WhiteBalancePreset enum

Affect the white balance of video recording and image capture:

Inheritance
Available extensions

Values

off → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled.

auto → const WhiteBalancePreset

The camera device's auto-white balance routine is active.

incandescent → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses incandescent light as the assumed scene illumination for white balance.

fluorescent → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses fluorescent light as the assumed scene illumination for white balance.

warmFluorescent → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses warm fluorescent light as the assumed scene illumination for white balance.

daylight → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses daylight light as the assumed scene illumination for white balance.

cloudy → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses cloudy daylight light as the assumed scene illumination for white balance.

twilight → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses twilight light as the assumed scene illumination for white balance.

shade → const WhiteBalancePreset

The camera device's auto-white balance routine is disabled; the camera device uses shade light as the assumed scene illumination for white balance.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WhiteBalancePreset>
A constant List of the values in this enum, in order of their declaration.