Show / Hide Table of Contents

Class ColorStop

A color and position in a gradient band.

Inheritance
object
ColorStop
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ColorStop : IDirectResponseSchema

Properties

Alpha

The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.

Declaration
[JsonProperty("alpha")]
public virtual float? Alpha { get; set; }
Property Value
Type Description
float?

Color

The color of the gradient stop.

Declaration
[JsonProperty("color")]
public virtual OpaqueColor Color { get; set; }
Property Value
Type Description
OpaqueColor

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Position

The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].

Declaration
[JsonProperty("position")]
public virtual float? Position { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX