[]
Initializes a new instance of the Shadow structure, assigning Transparency, Size, Distance and Angle values.
public Shadow(float transparency, float size, Unit distance, float angle, Color color)
Type | Name | Description |
---|---|---|
float | transparency | A value assigned to the Transparency property. |
float | size | A value assigned to the Size property. |
Unit | distance | |
float | angle | A value assigned to the Angle property. |
Color | color | A value assigned to the Color property. |