Overview
LightRigPresetType is a enum in Aspose.Slides FOSS for Java.
Constants which define light preset types.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or default light rig preset |
BALANCED | Represents a balanced lighting preset |
BRIGHT_ROOM | Represents a bright room lighting preset |
CHILLY | |
CONTRASTING | |
FLAT | |
FLOOD | |
FREEZING | |
GLOW | |
HARSH | |
LEGACY_FLAT1 | Represents legacy flat lighting preset 1 |
LEGACY_FLAT2 | Represents legacy flat lighting preset 2 |
LEGACY_FLAT3 | Represents legacy flat lighting preset 3 |
LEGACY_FLAT4 | Represents legacy flat lighting preset 4 |
LEGACY_HARSH1 | Represents legacy harsh lighting preset 1 |
LEGACY_HARSH2 | Represents legacy harsh lighting preset 2 |
LEGACY_HARSH3 | Represents legacy harsh lighting preset 3 |
LEGACY_HARSH4 | Represents legacy harsh lighting preset 4 |
LEGACY_NORMAL1 | Represents legacy normal lighting preset 1 |
LEGACY_NORMAL2 | Represents legacy normal lighting preset 2 |
LEGACY_NORMAL3 | Represents legacy normal lighting preset 3 |
LEGACY_NORMAL4 | Represents legacy normal lighting preset 4 |
MORNING | |
SOFT | |
SUNRISE | |
SUNSET | |
THREE_PT | Represents a three-point lighting preset |
TWO_PT | Represents a two-point lighting preset |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also