GoogleApi.Language.V2.Model.XPSColorMapIntColor (google_api_language v0.16.3)

View Source

RGB color and each channel is represented by an integer.

Attributes

  • blue (type: integer(), default: nil) - The value should be in range of [0, 255].
  • green (type: integer(), default: nil) - The value should be in range of [0, 255].
  • red (type: integer(), default: nil) - The value should be in range of [0, 255].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSColorMapIntColor{
  blue: integer() | nil,
  green: integer() | nil,
  red: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.