Skip to main content

LightRigPreset Enum

Lists the light rig presets that can be applied to 3D shapes and text in a presentation.

Declaration

public enum LightRigPreset extends Enum<LightRigPreset> implements IIntEnum

Members

Name Description
BALANCED

The getBalanced() light rig preset.

BRIGHT_ROOM

The getBrightRoom() light rig preset.

CHILLY

The getChilly() light rig preset.

CONTRASTING

The getContrasting() light rig preset.

FLAT

The getFlat() light rig preset.

FLOOD

The getFlood() light rig preset.

FREEZING

The getFreezing() light rig preset.

GLOW

The getGlow() light rig preset.

HARSH

The getHarsh() light rig preset.

LEGACY_FLAT_1

The Legacy Flat 1 light rig preset.

LEGACY_FLAT_2

The Legacy Flat 2 light rig preset.

LEGACY_FLAT_3

The Legacy Flat 3 light rig preset.

LEGACY_FLAT_4

The Legacy Flat 4 light rig preset.

LEGACY_HARSH_1

The Legacy Harsh 1 light rig preset.

LEGACY_HARSH_2

The Legacy Harsh 2 light rig preset.

LEGACY_HARSH_3

The Legacy Harsh 3 light rig preset.

LEGACY_HARSH_4

The Legacy Harsh 4 light rig preset.

LEGACY_NORMAL_1

The Legacy Normal 1 light rig preset.

LEGACY_NORMAL_2

The Legacy Normal 2 light rig preset.

LEGACY_NORMAL_3

The Legacy Normal 3 light rig preset.

LEGACY_NORMAL_4

The Legacy Normal 4 light rig preset.

MORNING

The getMorning() light rig preset.

SOFT

The getSoft() light rig preset.

SUNRISE

The getSunrise() light rig preset.

SUNSET

The getSunset() light rig preset.

THREE_PT

The Three Point light rig preset.

TWO_PT

The Two Point light rig preset.

fromValue(int value)

Converts an integer value to the corresponding LightRigPreset constant.

getName()

Returns the name of this LightRigPreset constant.

getValue()

Returns the integer value of this LightRigPreset constant.

toString()

Returns a string representation of this LightRigPreset constant.

valueOf(String name)

Returns the LightRigPreset constant with the specified name.

values()

Returns an array that contains all LightRigPreset constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
LightRigPreset