HP Visualize J5000 hp workstations - hp-ux 10.20 graphics administration guide - Page 38

HP Color Recovery, This disables Color Recovery for 3D APIs as well.

Page 38 highlights

HP Color Recovery Color Recovery is a technique that generates a better picture by eliminating the graininess caused by traditional dithering techniques. It is available on these graphics devices: • Integrated Color Graphics and plug-in Color Graphics cards • HP VISUALIZE-EG • HCRX-8[Z], HCRX-24[Z] • HP VISUALIZE-8, HP VISUALIZE-24, and HP VISUALIZE-48[XP] • HP VISUALIZE-FX2, HP VISUALIZE-FX4, and HP VISUALIZE-FX6 Color Recovery is available when using either depth-8 PseudoColor or depth-8 TrueColor visuals on supported devices. There are two components to the Color Recovery process. First, a different dither-cell size (16X2) is used when rendering shaded polygons. Second, a digital filter is used when displaying the contents of the frame buffer to the screen. Under some conditions, Color Recovery can produce undesirable artifacts in the image (this also happens with dithering, but the artifacts are different). However, images rendered with Color Recovery are seldom worse than what dithering produces. In most cases, Color Recovery produces significantly better pictures than dithering. Color Recovery is available by default for all depth-8 color visuals on devices that support the feature. If, for some reason, you wish to disable Color Recovery, set the DisableColorRecovery Screen Option in the X*screens file before starting the server Note: This disables Color Recovery for 3D APIs as well Color Recovery is enabled in conjunction with a particular X colormap that is associated with your window. If the X colormap is not installed in hardware, you may not see the effect of the Color Recovery filter (you may not even see the correct colors for that window). Given that more than one hardware colormap (or "color lookup table") is available, this should happen infrequently. The Color Recovery colormap is a read-only colormap. Any attempts to change it will be ignored and no error will be reported. Access to the Color Recovery capability is transparent when using a 3D graphics API such as Starbase, HP-PHIGS or PEX. If you are producing graphics using Xlib calls, your application must perform some of the necessary processing. The method to access Color Recovery via Xlib is described in a section called "Accessing HP Color Recovery Technology via Xlib" in the device-dependent sections. Page 38 Graphics Administration Guide for HP-UX 10.20

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171

HP Color Recovery
Color Recovery is a technique that generates a better picture by eliminating the graininess caused by
traditional dithering techniques. It is available on these graphics devices:
Integrated Color Graphics and plug-in Color Graphics cards
HP VISUALIZE-EG
HCRX-8[Z], HCRX-24[Z]
HP VISUALIZE-8, HP VISUALIZE-24, and HP VISUALIZE-48[XP]
HP VISUALIZE-FX
2
, HP VISUALIZE-FX
4
, and HP VISUALIZE-FX
6
Color Recovery is available when using either depth-8 PseudoColor or depth-8 TrueColor visuals on
supported devices.
There are two components to the Color Recovery process. First, a different dither-cell size (16X2) is
used when rendering shaded polygons. Second, a digital filter is used when displaying the contents of
the frame buffer to the screen.
Under some conditions, Color Recovery can produce undesirable artifacts in the image (this also
happens with dithering, but the artifacts are different). However, images rendered with Color Recovery
are seldom worse than what dithering produces. In most cases, Color Recovery produces significantly
better pictures than dithering.
Color Recovery is available by default for all depth-8 color visuals on devices that support the feature.
If, for some reason, you wish to disable Color Recovery, set the
DisableColorRecovery
Screen Option in
the X*screens file before starting the server
__________________________________________________________________________________
Note:
This disables Color Recovery for 3D APIs as well).
__________________________________________________________________________________
Color Recovery is enabled in conjunction with a particular X colormap that is associated with your
window. If the X colormap is not installed in hardware, you may not see the effect of the Color
Recovery filter (you may not even see the correct colors for that window). Given that more than one
hardware colormap (or "color lookup table") is available, this should happen infrequently.
The Color Recovery colormap is a read-only colormap. Any attempts to change it will be ignored and no
error will be reported.
Access to the Color Recovery capability is transparent when using a 3D graphics API such as Starbase,
HP-PHIGS or PEX. If you are producing graphics using Xlib calls, your application must perform some
of the necessary processing. The method to access Color Recovery via Xlib is described in a section
called "Accessing HP Color Recovery Technology via Xlib" in the device-dependent sections.
Graphics Administration Guide for HP-UX 10.20
Page 38