GradientPaint
data class GradientPaint(val kind: GradientKind, val x0: Double, val y0: Double, val r0: Double, val x1: Double, val y1: Double, val r1: Double, val stops: DoubleArrayList = DoubleArrayList(), val colors: IntArrayList = IntArrayList(), val cycle: CycleMethod = CycleMethod.NO_CYCLE, val transform: Matrix = Matrix.IDENTITY, val interpolationMethod: GradientInterpolationMethod = GradientInterpolationMethod.NORMAL, val units: GradientUnits = GradientUnits.OBJECT_BOUNDING_BOX, val startAngle: Angle = Angle.ZERO) : TransformedPaint
Constructors
Link copied to clipboard
constructor(kind: GradientKind, x0: Double, y0: Double, r0: Double, x1: Double, y1: Double, r1: Double, stops: DoubleArrayList = DoubleArrayList(), colors: IntArrayList = IntArrayList(), cycle: CycleMethod = CycleMethod.NO_CYCLE, transform: Matrix = Matrix.IDENTITY, interpolationMethod: GradientInterpolationMethod = GradientInterpolationMethod.NORMAL, units: GradientUnits = GradientUnits.OBJECT_BOUNDING_BOX, startAngle: Angle = Angle.ZERO)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard