GradientStopCollection indexer. Gets or sets a [GradientStop](../../gradientstop/) object in the collection.... transparency = 0.25 # Add new gradient...chocolate , position = 0.75 , transparency = 0.3 )) # Remove last gradient...
Fill.gradient_stops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill.... transparency = 0.25 # Add new gradient...chocolate , position = 0.75 , transparency = 0.3 )) # Remove last gradient...
GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient.... transparency = 0.25 # Add new gradient...chocolate , position = 0.75 , transparency = 0.3 )) # Remove last gradient...
GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... transparency = 0.25 # Add new gradient...chocolate , position = 0.75 , transparency = 0.3 )) # Remove last gradient...
Fill.color property. Gets or sets a Color object that represents the foreground color for the fill....fill is transparent at {0} %' . format ( fill . transparency * 100...fill transparency is {0} %' . format ( fill . transparency * 100...
GradientStop.position property. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0.... transparency = 0.25 ; // Add new gradient...gradientStops . at ( 0 ). transparency ). toBeCloseTo ( 0.25 ,...
GradientStopCollection.insert method. Inserts a [GradientStop](../../gradientstop/) to the collection at a specified index.... transparency = 0.25 ; // Add new gradient...gradientStops . at ( 0 ). transparency ). toBeCloseTo ( 0.25 ,...