Class: Huespace::MedianCut::SplitInfo
- Inherits:
-
Struct
- Object
- Struct
- Huespace::MedianCut::SplitInfo
- Defined in:
- lib/huespace/median_cut.rb
Instance Attribute Summary collapse
-
#color_index ⇒ Object
Returns the value of attribute color_index.
-
#group_index ⇒ Object
Returns the value of attribute group_index.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#color_index ⇒ Object
Returns the value of attribute color_index
3 4 5 |
# File 'lib/huespace/median_cut.rb', line 3 def color_index @color_index end |
#group_index ⇒ Object
Returns the value of attribute group_index
3 4 5 |
# File 'lib/huespace/median_cut.rb', line 3 def group_index @group_index end |
#range ⇒ Object
Returns the value of attribute range
3 4 5 |
# File 'lib/huespace/median_cut.rb', line 3 def range @range end |