Class: Huespace::MedianCut::SplitInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/huespace/median_cut.rb

Instance Attribute Summary collapse

Instance Attribute Details

#color_indexObject

Returns the value of attribute color_index

Returns:

  • (Object)

    the current value of color_index



3
4
5
# File 'lib/huespace/median_cut.rb', line 3

def color_index
  @color_index
end

#group_indexObject

Returns the value of attribute group_index

Returns:

  • (Object)

    the current value of group_index



3
4
5
# File 'lib/huespace/median_cut.rb', line 3

def group_index
  @group_index
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



3
4
5
# File 'lib/huespace/median_cut.rb', line 3

def range
  @range
end