Show / Hide Table of Contents

Class XPSColorMapIntColor

RGB color and each channel is represented by an integer.

Inheritance
object
XPSColorMapIntColor
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.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSColorMapIntColor : IDirectResponseSchema

Properties

Blue

The value should be in range of [0, 255].

Declaration
[JsonProperty("blue")]
public virtual int? Blue { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

Green

The value should be in range of [0, 255].

Declaration
[JsonProperty("green")]
public virtual int? Green { get; set; }
Property Value
Type Description
int?

Red

The value should be in range of [0, 255].

Declaration
[JsonProperty("red")]
public virtual int? Red { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX