Difference between revisions of "ISKernel:Gamma (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
== Examples ==
 
== Examples ==
 +
=== Reset gamma to defaults ===
 +
*Gamma -reset
 +
;Output
 +
Gamma level reset
 +
=== Store gamma settings (current session only) ===
 +
*Gamma -store
 +
;Output
 +
Current gamma level stored
 +
=== Display the gamma ramp ===
 +
*Gamma -display
 +
;Output
 +
4000 4000 4000
 +
4100 4100 4100
 +
4200 4200 4200
 +
4300 4300 4300
 +
4400 4400 4400
 +
4500 4500 4500
 +
4600 4600 4600
 +
4700 4700 4700
 +
=== Restore gamma settings (current session only) ===
 +
*Gamma -restore
 +
;Output
 +
Gamma level restored
 +
=== Increment gamma setting ===
 +
*Gamma -inc
 +
=== Decrement gamma setting ===
 +
*Gamma -dec
 +
=== Set gamma number (0-128) ===
 +
*Gamma -set 100
  
 
== See Also ==
 
== See Also ==

Revision as of 17:50, 24 August 2005

Syntax

Command Difficulty Rating
Gamma
Usage Intermediate
Level of Understanding Intermediate
Computer Savvy Intermediate
Logic Intermediate

Gamma -reset|-store|-display|-restore|-inc|-dec|-set <#>

Description

Examples

Reset gamma to defaults

  • Gamma -reset
Output
Gamma level reset

Store gamma settings (current session only)

  • Gamma -store
Output
Current gamma level stored

Display the gamma ramp

  • Gamma -display
Output
4000 4000 4000
4100 4100 4100
4200 4200 4200
4300 4300 4300
4400 4400 4400
4500 4500 4500
4600 4600 4600
4700 4700 4700

Restore gamma settings (current session only)

  • Gamma -restore
Output
Gamma level restored

Increment gamma setting

  • Gamma -inc

Decrement gamma setting

  • Gamma -dec

Set gamma number (0-128)

  • Gamma -set 100

See Also