class Google::Apis::SheetsV4::TreemapChartColorScale
A color scale for a treemap chart.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @max_value_color = args[:max_value_color] if args.key?(:max_value_color) @max_value_color_style = args[:max_value_color_style] if args.key?(:max_value_color_style) @mid_value_color = args[:mid_value_color] if args.key?(:mid_value_color) @mid_value_color_style = args[:mid_value_color_style] if args.key?(:mid_value_color_style) @min_value_color = args[:min_value_color] if args.key?(:min_value_color) @min_value_color_style = args[:min_value_color_style] if args.key?(:min_value_color_style) @no_data_color = args[:no_data_color] if args.key?(:no_data_color) @no_data_color_style = args[:no_data_color_style] if args.key?(:no_data_color_style) end