Class: Increase::Models::DigitalCardProfile::TextColor
- Defined in:
- lib/increase/models/digital_card_profile.rb
Instance Attribute Summary collapse
-
#blue ⇒ Integer
The value of the blue channel in the RGB color.
-
#green ⇒ Integer
The value of the green channel in the RGB color.
-
#red ⇒ Integer
The value of the red channel in the RGB color.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#blue ⇒ Integer
The value of the blue channel in the RGB color.
80 |
# File 'lib/increase/models/digital_card_profile.rb', line 80 required :blue, Integer |
#green ⇒ Integer
The value of the green channel in the RGB color.
85 |
# File 'lib/increase/models/digital_card_profile.rb', line 85 required :green, Integer |
#red ⇒ Integer
The value of the red channel in the RGB color.
90 |
# File 'lib/increase/models/digital_card_profile.rb', line 90 required :red, Integer |