Class: CooCoo::Drawing::Sixel::Stringer::HSL

Inherits:
Struct
  • Object
show all
Defined in:
lib/coo-coo/drawing/sixel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hObject

Returns the value of attribute h

Returns:

  • (Object)

    the current value of h



44
45
46
# File 'lib/coo-coo/drawing/sixel.rb', line 44

def h
  @h
end

#lObject

Returns the value of attribute l

Returns:

  • (Object)

    the current value of l



44
45
46
# File 'lib/coo-coo/drawing/sixel.rb', line 44

def l
  @l
end

#sObject

Returns the value of attribute s

Returns:

  • (Object)

    the current value of s



44
45
46
# File 'lib/coo-coo/drawing/sixel.rb', line 44

def s
  @s
end