class Branding::PixelHiColor
Public Instance Methods
to_s()
click to toggle source
# File lib/branding/pixel.rb, line 95 def to_s "#{ANSI.bg(*ANSI.uint32_to_rgb(@uint32))} " end
# File lib/branding/pixel.rb, line 95 def to_s "#{ANSI.bg(*ANSI.uint32_to_rgb(@uint32))} " end