Class: Yass::Declarations::Color::AbsoluteColor
- Inherits:
-
Object
- Object
- Yass::Declarations::Color::AbsoluteColor
- 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
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 |
#kind ⇒ Object
2777 2778 2779 |
# File 'lib/yass/declarations.rb', line 2777 def kind :absolute_color end |