Class: Yass::Declarations::Color::ColorInterpolationMethod

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(hue kind space).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2843
2844
2845
# File 'lib/yass/declarations.rb', line 2843

def accept(visitor)
  visitor.visit_declaration_color_color_interpolation_method(self)
end

#kindObject



2847
2848
2849
# File 'lib/yass/declarations.rb', line 2847

def kind
  :color_interpolation_method
end