Module: Colors::AlphaComponent

Included in:
HSLA, RGBA
Defined in:
lib/colors/alpha_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aObject Also known as: alpha

Returns the value of attribute a.



3
4
5
# File 'lib/colors/alpha_component.rb', line 3

def a
  @a
end