Increase.DigitalCardProfiles.DigitalCardProfile.TextColor (Increase v1.0.0)

Copy Markdown View Source

The Card's text color, specified as an RGB triple.

Fields

  • blue - The value of the blue channel in the RGB color.
  • green - The value of the green channel in the RGB color.
  • red - The value of the red channel in the RGB color.

Summary

Types

t()

@type t() :: %Increase.DigitalCardProfiles.DigitalCardProfile.TextColor{
  blue: integer(),
  green: integer(),
  red: integer()
}