Google.Firebase.FCM.V1.Color (firebase_cloud_messaging_http_v1_api v0.2.0)

Represents a color in the RGBA color space.

https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#Color

Link to this section Summary

Link to this section Types

@type t() :: %Google.Firebase.FCM.V1.Color{
  alpha: float() | nil,
  blue: float() | nil,
  green: float() | nil,
  red: float() | nil
}