public interface IPresetShadow
Represents a preset shadow effect.
Modifier and Type | Method and Description |
---|---|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
int |
getPreset()
Preset.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
void |
setPreset(int value)
Preset.
|
float getDirection()
Direction of shadow.
Read/write float
.
void setDirection(float value)
Direction of shadow.
Read/write float
.
double getDistance()
Distance of shadow.
Read/write double
.
void setDistance(double value)
Distance of shadow.
Read/write double
.
IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
int getPreset()
Preset.
Read/write PresetShadowType
.
void setPreset(int value)
Preset.
Read/write PresetShadowType
.