Show / Hide Table of Contents

Class RgbColor

An RGB color.

Inheritance
object
RgbColor
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX