struct Hpdf::Raw::RgbColor

Overview

Color mixed of red, green and blue. Import using Doc#load_raw_image_from_mem

Defined in:

hpdf/raw_image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(red : UInt8, green : UInt8, blue : UInt8) #

[View source]
def self.new(red : Number, green : Number, blue : Number) #

[View source]

Instance Method Detail

def blue : UInt8 #

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

[View source]
def green : UInt8 #

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

[View source]
def red : UInt8 #

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

[View source]