public interface IInnerShadow
Represents a inner shadow effect.
Modifier and Type | Method and Description |
---|---|
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
void |
setBlurRadius(double value)
Blur radius.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
double getBlurRadius()
Blur radius.
Read/write double
.
void setBlurRadius(double value)
Blur radius.
Read/write double
.
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
.