Method: ProMotion::Styling#rgb_color

Defined in:
lib/ProMotion/view/styling.rb

#rgb_color(r, g, b) ⇒ Object

These three color methods are stolen from BubbleWrap.



95
96
97
# File 'lib/ProMotion/view/styling.rb', line 95

def rgb_color(r,g,b)
  rgba_color(r,g,b,1)
end