Class: JXL::Features::QuantizedSpline

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/features/splines.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colour_dctObject (readonly)

Returns the value of attribute colour_dct

Returns:

  • (Object)

    the current value of colour_dct



5
6
7
# File 'lib/jxl/features/splines.rb', line 5

def colour_dct
  @colour_dct
end

#deltasObject (readonly)

Returns the value of attribute deltas

Returns:

  • (Object)

    the current value of deltas



5
6
7
# File 'lib/jxl/features/splines.rb', line 5

def deltas
  @deltas
end

#sigma_dctObject (readonly)

Returns the value of attribute sigma_dct

Returns:

  • (Object)

    the current value of sigma_dct



5
6
7
# File 'lib/jxl/features/splines.rb', line 5

def sigma_dct
  @sigma_dct
end