Method: TkPalette.darken

Defined in:
lib/tk/palette.rb

.darken(color, percent) ⇒ Object



29
30
31
# File 'lib/tk/palette.rb', line 29

def TkPalette.darken(color, percent)
  tk_call('tkDarken', color, percent)
end