GeostoreCityJsonProtoAppearanceMaterialRgbColor

GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterialRgbColor


Table of Contents ▼

Jump to a specific part of the page:

Description

RGB 0-1, where the range of each value is [0,1] instead of [0,255]. Values may be linear RGB or sRGB; RGB values are frequently stored as sRGB (https://stackoverflow.com/a/12894053 explains the difference).

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. blue (type: number(), default: nil)
    -
  2. green (type: number(), default: nil)
    -
  3. red (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterialRgbColor{
blue: number() | nil,
green: number() | nil,
red: number() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterialRgbColor