struct Noir::Theme::Color

Defined in:

noir/theme.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.parse(rgb) #

[View source]

Instance Method Detail

def blue : UInt8 #

def clone #

[View source]
def copy_with(red _red = @red, green _green = @green, blue _blue = @blue) #

[View source]
def green : UInt8 #

def red : UInt8 #

def to_s(io) #

[View source]