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 |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |