Object
# File lib/cairo/color.rb, line 57 def initialize(a) assert_in_range(a, "alpha channel") @alpha = a end