google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.ImageProperties View Source
The properties of the Image.
Attributes
- brightness (float()): The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only. Defaults to:
null
. - contrast (float()): The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only. Defaults to:
null
. - cropProperties (CropProperties): The crop properties of the image. If not set, the image is not cropped. This property is read-only. Defaults to:
null
. - link (Link): The hyperlink destination of the image. If unset, there is no link. Defaults to:
null
. - outline (Outline): The outline of the image. If not set, the image has no outline. Defaults to:
null
. - recolor (Recolor): The recolor effect of the image. If not set, the image is not recolored. This property is read-only. Defaults to:
null
. - shadow (Shadow): The shadow of the image. If not set, the image has no shadow. This property is read-only. Defaults to:
null
. - transparency (float()): The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.ImageProperties{ brightness: any(), contrast: any(), cropProperties: GoogleApi.Slides.V1.Model.CropProperties.t(), link: GoogleApi.Slides.V1.Model.Link.t(), outline: GoogleApi.Slides.V1.Model.Outline.t(), recolor: GoogleApi.Slides.V1.Model.Recolor.t(), shadow: GoogleApi.Slides.V1.Model.Shadow.t(), transparency: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.