struct Hpdf::RGB

Defined in:

hpdf/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(r : Float32, g : Float32, b : Float32) #

[View source]
def self.new(point : LibHaru::RGB) #

[View source]

Instance Method Detail

def b : Float32 #

[View source]
def b=(b : Float32) #

[View source]
def g : Float32 #

[View source]
def g=(g : Float32) #

[View source]
def r : Float32 #

[View source]
def r=(r : Float32) #

[View source]