struct Cairo::ColorStop

Defined in:

cairo/color_stop.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(offset : Float64, red : Float64, green : Float64, blue : Float64, alpha : Float64) #

[View source]
def self.new(offset : Float64, rgba : RGBA) #

[View source]

Instance Method Detail

def alpha #

[View source]
def alpha=(alpha : Float64) #

[View source]
def blue #

[View source]
def blue=(blue : Float64) #

[View source]
def green #

[View source]
def green=(green : Float64) #

[View source]
def offset : Float64 #

[View source]
def offset=(offset : Float64) #

[View source]
def red #

[View source]
def red=(red : Float64) #

[View source]
def rgba : RGBA #

[View source]
def rgba=(rgba : RGBA) #

[View source]