Top Level Namespace
Defined Under Namespace
Modules: Spectra Classes: Array, Hash, Numeric, String, Symbol
Instance Method Summary collapse
-
#claide ⇒ Object
Exceptions.
-
#foo ⇒ Object
replace with your desired class/method prefix (used where applicable).
-
#logger ⇒ Object
Logger.
-
#palette ⇒ Object
specifiy the output formats using ‘format <type> [<output-path]`.
-
#red ⇒ Object
specify the colors to generate.
Instance Method Details
#claide ⇒ Object
Exceptions
5 |
# File 'lib/spectra/utilities.rb', line 5 require 'claide' |
#foo ⇒ Object
replace with your desired class/method prefix (used where applicable)
3 |
# File 'lib/spectra/template.rb', line 3 prefix :foo |
#logger ⇒ Object
Logger
23 |
# File 'lib/spectra/utilities.rb', line 23 require 'logger' |
#palette ⇒ Object
specifiy the output formats using ‘format <type> [<output-path]`
6 |
# File 'lib/spectra/template.rb', line 6 format :palette |
#red ⇒ Object
specify the colors to generate
15 |
# File 'lib/spectra/template.rb', line 15 color :red, (components 255, 0, 0, 1.0) |