struct

CSS::RadialGradientFunctionCall

Inherits CSS::FunctionCall < Struct < Value < Object

Represents a radial-gradient() function call.

Values are passed as a splat. Each positional argument becomes a comma-separated segment. To group multiple tokens inside a single segment (e.g. a color stop like red 10%), pass a Tuple; its items are joined with spaces.

Constructors

new(*values)
Source

Instance methods

arguments
Source
function_name
Source