Class RgbColor
An RGB color.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class RgbColor : IDirectResponseSchema
Properties
Blue
The blue component of the color, from 0.0 to 1.0.
Declaration
[JsonProperty("blue")]
public virtual float? Blue { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Green
The green component of the color, from 0.0 to 1.0.
Declaration
[JsonProperty("green")]
public virtual float? Green { get; set; }
Property Value
Type | Description |
---|---|
float? |
Red
The red component of the color, from 0.0 to 1.0.
Declaration
[JsonProperty("red")]
public virtual float? Red { get; set; }
Property Value
Type | Description |
---|---|
float? |