google_api_dlp v0.34.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Color View Source

Represents a color in the RGB color space.

Attributes

  • blue (type: number(), default: nil) - The amount of blue in the color as a value in the interval [0, 1].
  • green (type: number(), default: nil) - The amount of green in the color as a value in the interval [0, 1].
  • red (type: number(), default: nil) - The amount of red in the color as a value in the interval [0, 1].

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Color{
  blue: number(),
  green: number(),
  red: number()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.