[orx-shadestyles] Improve gradient and imageFill shadestyles

This commit is contained in:
Edwin Jakobs
2025-02-25 12:16:57 +01:00
parent 21a3d7f483
commit 9a93d95318
30 changed files with 1296 additions and 386 deletions

View File

@@ -7,6 +7,7 @@ import org.openrndr.draw.ShadeStyle
import org.openrndr.extra.parameters.Description
import org.openrndr.math.Vector2
@Deprecated("use gradient {} instead")
@Description("Multicolor radial gradient")
class NPointRadialGradient(
colors: Array<ColorRGBa>,