GeostoreCityJsonProtoAppearanceMaterialRgbColor

AI Overview😉

  • The potential purpose of this module is to analyze and store color information related to geographical locations, possibly for Google Maps or Google Earth. This could be used to enhance the user experience by providing more visually appealing and accurate representations of cities and locations.
  • This module could impact search results by influencing the display of search results related to geographical locations. For example, if a user searches for a city, the search results might include a visual representation of the city, such as a map or image, that is colored based on the information stored in this module. This could also affect the ranking of search results, with locations that have more accurate or relevant color information being ranked higher.
  • A website may change things to be more favorable for this function by providing accurate and relevant color information about their location. This could be done by including metadata or schema markup on their website that includes color information, such as the dominant colors of their city or location. Additionally, websites that provide high-quality visual content, such as images or videos, that showcase their location in a visually appealing way may be ranked higher by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterialRgbColor (google_api_content_warehouse v0.4.0)

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

  • blue (type: number(), default: nil) -
  • green (type: number(), default: nil) -
  • red (type: number(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.