#
# HELP: SYNOPSIS:
# HELP:     generic/menu/gamma_save
# HELP:
# HELP: DESCRIPTION: 
# HELP:     Save the value currently in use for gamma. 
# HELP:     Used by the gamma calibration control.
#
CECHO ${$root.func.var.new("int","fd")}
CECHO ${$fd=$root.func.file.open($root.global.dir.macros+"/private/generic/gamma","wct",0664)}
CECHO ${$root.func.file.puts($fd,"GAMMA "+(string)$root.global.gamma+"\n")}
CECHO ${$root.func.file.close($fd)}
