Class: JXL::Features::QuantizedSpline
- Inherits:
-
Data
- Object
- Data
- JXL::Features::QuantizedSpline
- Defined in:
- lib/jxl/features/splines.rb
Instance Attribute Summary collapse
-
#colour_dct ⇒ Object
readonly
Returns the value of attribute colour_dct.
-
#deltas ⇒ Object
readonly
Returns the value of attribute deltas.
-
#sigma_dct ⇒ Object
readonly
Returns the value of attribute sigma_dct.
Instance Attribute Details
#colour_dct ⇒ Object (readonly)
Returns the value of attribute colour_dct
5 6 7 |
# File 'lib/jxl/features/splines.rb', line 5 def colour_dct @colour_dct end |
#deltas ⇒ Object (readonly)
Returns the value of attribute deltas
5 6 7 |
# File 'lib/jxl/features/splines.rb', line 5 def deltas @deltas end |
#sigma_dct ⇒ Object (readonly)
Returns the value of attribute sigma_dct
5 6 7 |
# File 'lib/jxl/features/splines.rb', line 5 def sigma_dct @sigma_dct end |