StellarGradientBuilder
Properties
Specifies the center point of the gradient. The center is defined in normalized coordinates where (0, 0) represents the top-left corner and (1, 1) represents the bottom-right corner of the gradient's bounding box. The default value is Vector2(0.5, 0.5)
, which corresponds to the center of the gradient.
Specifies the rotation angle of the gradient in degrees. This property adjusts the overall rotation of the gradient around its center point. By default, the value is set to 0.0
degrees, indicating no rotation. Modifying this value allows the gradient's orientation to be tilted, enabling various aesthetic effects.
Specifies the number of sides for the star pattern used in the gradient. This property controls the symmetry and appearance of the resulting gradient. Higher values produce shapes with more sides, contributing to more intricate patterns, while lower values result in simpler, less detailed designs. The default value is set to 6
.