W3cubDocs

/Crystal

struct Colorize::ColorRGB

Defined in:

colorize.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def back(io : IO) : NilSource

def blue : UInt8

def cloneSource

def copy_with(red _red = @red, green _green = @green, blue _blue = @blue)Source

def fore(io : IO) : NilSource

def green : UInt8

def red : UInt8

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Colorize/ColorRGB.html