gray

gray :: String
html Text.Html, xhtml Text.XHtml.Transitional
package gray-code
package
Gray code is a binary numeral system where two successive numbers differ in only one bit. This package allows to convert numbers to one of the possible Gray codes and back. Two binary representations of a number are supported: [Bool] and types of Bits type class. Bits is the default implementation. Version 0.2.1
DisplayXGrayScale :: DisplayCapability
GLUT Graphics.UI.GLUT.Initialization
Only recongized on GLUT implementations for the X Window System, boolean indicating if the frame buffer configuration's X visual is of type GrayScale. Default is "IsEqualTo 1".
DisplayXStaticGray :: DisplayCapability
GLUT Graphics.UI.GLUT.Initialization
Only recongized on GLUT implementations for the X Window System, boolean indicating if the frame buffer configuration's X visual is of type StaticGray. Default is "IsEqualTo 1".