gi-gsk-4.0.2: Gsk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gsk.Objects.RepeatingLinearGradientNode

Description

No description available in the introspection data.

Synopsis

Exported types

toRepeatingLinearGradientNode :: (MonadIO m, IsRepeatingLinearGradientNode o) => o -> m RepeatingLinearGradientNode Source #

Cast to RepeatingLinearGradientNode, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

new

repeatingLinearGradientNodeNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Rect

bounds: the rectangle to render the linear gradient into

-> Point

start: the point at which the linear gradient will begin

-> Point

end: the point at which the linear gradient will finish

-> [ColorStop]

colorStops: a pointer to an array of ColorStop defining the gradient

-> m RepeatingLinearGradientNode

Returns: A new RenderNode

Creates a RenderNode that will create a repeating linear gradient from the given points and color stops, and render that into the area given by bounds.