struct Cairo::ColorStop
- Cairo::ColorStop
- Struct
- Value
- Object
Defined in:
cairo/color_stop.crConstructors
- .new(offset : Float64, red : Float64, green : Float64, blue : Float64, alpha : Float64)
- .new(offset : Float64, rgba : RGBA)
Instance Method Summary
- #alpha
- #alpha=(alpha : Float64)
- #blue
- #blue=(blue : Float64)
- #green
- #green=(green : Float64)
- #offset : Float64
- #offset=(offset : Float64)
- #red
- #red=(red : Float64)
- #rgba : RGBA
- #rgba=(rgba : RGBA)
Constructor Detail
def self.new(offset : Float64, red : Float64, green : Float64, blue : Float64, alpha : Float64)
#