Voting helps other researchers find interesting modules.
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).
blue
number()
nil
green
red
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterialRgbColor{ blue: number() | nil, green: number() | nil, red: number() | nil }
@spec decode(struct(), keyword()) :: struct()