Libraries
»
ase
(2.0.0)
»
Index
»
ASE
»
Palette
»
#remove
Method: ASE::Palette#remove
Defined in:
lib/ase/palette.rb
#
remove
(name) ⇒
Object
18 19 20
# File 'lib/ase/palette.rb', line 18
def
remove
(
name
)
@colors
.
delete
(
name
)
end