Google Slides · Schema

Recolor

A recolor effect applied on an image.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
recolorStops array The recolor effect is represented by a gradient.
name string The name of the recolor effect.
View JSON Schema on GitHub

JSON Schema

google-slides-recolor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Recolor",
  "type": "object",
  "description": "A recolor effect applied on an image.\n",
  "properties": {
    "recolorStops": {
      "type": "array",
      "description": "The recolor effect is represented by a gradient."
    },
    "name": {
      "type": "string",
      "description": "The name of the recolor effect."
    }
  }
}