Class: Rainbow::Color Private
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.
Direct Known Subclasses
Defined Under Namespace
Classes: Indexed, Named, RGB, X11Named
Instance Attribute Summary collapse
- #ground ⇒ Symbol readonly private
Class Method Summary collapse
- .build(ground, values) ⇒ Color private
- .parse_hex_color(hex) ⇒ Array<(Integer, Integer, Integer)> private
Instance Attribute Details
#ground ⇒ Symbol (readonly)
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.
14 15 16 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 14 def ground @ground end |
Class Method Details
.build(ground, values) ⇒ Color
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.
17 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 17 def self.build(ground, values); end |
.parse_hex_color(hex) ⇒ Array<(Integer, Integer, Integer)>
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.
20 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 20 def self.parse_hex_color(hex); end |