Class: Rainbow::Color::X11Named Private
- Includes:
- X11ColorNames
- Defined in:
- sorbet/rbi/annotations/rainbow.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Constant Summary
Constants included from X11ColorNames
Instance Attribute Summary
Attributes inherited from RGB
Attributes inherited from Indexed
Attributes inherited from Rainbow::Color
Class Method Summary collapse
- .color_names ⇒ Array<Symbol> private
- .valid_names ⇒ String private
Instance Method Summary collapse
- #initialize(ground, name) ⇒ void constructor private
Methods inherited from RGB
Methods inherited from Indexed
Methods inherited from Rainbow::Color
Constructor Details
#initialize(ground, name) ⇒ void
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
64 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 64 def initialize(ground, name); end |
Class Method Details
.color_names ⇒ Array<Symbol>
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
67 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 67 def self.color_names; end |
.valid_names ⇒ String
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
70 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 70 def self.valid_names; end |