Class: Yass::Declarations::Color::AbsoluteColor

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

Constant Summary collapse

RUBY_METHODS =
%i(alpha color_space components kind legacy_syntax? transparent?).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2773
2774
2775
# File 'lib/yass/declarations.rb', line 2773

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

#kindObject



2777
2778
2779
# File 'lib/yass/declarations.rb', line 2777

def kind
  :absolute_color
end