class Google::Apis::SheetsV4::GradientRule
compared to the values of the interpolation points.
points listed. The format of a cell will vary based on its contents as
A rule that applies a gradient color scale format, based on the interpolation
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @maxpoint = args[:maxpoint] if args.key?(:maxpoint) @midpoint = args[:midpoint] if args.key?(:midpoint) @minpoint = args[:minpoint] if args.key?(:minpoint) end