WoW:CVar gxColorBits: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with 'Sets the amount of Color Bits wow uses. Values range 16, 24, 30. Default is 24')
 
m (Move page script moved page CVar gxColorBits to CVar gxColorBits without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wikify}}
{{cvar}}
Sets the amount of Color Bits wow uses. Values range 16, 24, 30.
===Note: This CVar is linked to [[CVar gxDepthBits|gxDepthBits]]. If you change this, [[CVar gxDepthBits|gxDepthBits]] should be the same setting.===


Default setting is 24
Sets the amount of Color Bits wow uses. Values range 16, 24, 32.


==Pixel Color Depth==
==Default Setting==
*16-bit color (High Color)
;24


*24-bit color (True Color)
==Possible Settings==
;16 :16-bit color (High Color)
;24 :24-bit color (True Color)
;32 :32-bit color (Deep Color)


*30-bit color (Deep Color)


==Notes==
==Changing this setting==
16-bit color may not be supported any more since patch 3.1
This CVar requires a UI reload.
In-game, type the following
/console gxDepthBits ''setting''
/console gxColorBits ''setting''
/console gxRestart


[http://forums.worldofwarcraft.com/thread.html?topicId=16409720922&sid=1 Blue poster on wow forums]
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line:
SET gxDepthBits ''setting''
SET gxColorBits ''setting''
 
==Notes on 16-bit setting==
As of 3.1, 16-bit is no longer a valid setting in the Interface dropdown menu<ref>http://forums.worldofwarcraft.com/thread.html?topicId=16409720922&sid=1</ref>.  However, if you still need to use this setting due to a very low-end graphics card, you can via the in-game macro:
/console gxDepthBits 16
/console gxColorBits 16
/console gxRestart
Be aware that this setting does NOT save when you shut down the game, and you'll have to run these lines every time you log in.
 
==Patches==
{{patch 3.1.0|note=16 bit color no longer in the Interface menu - can still manually set it however.}}
{{patch 1.6.0|note=Added}}
 
==References==
{{reflist}}
[[Category:Console variables|gxColorBits]]

Latest revision as of 04:48, 15 August 2023

Console variables < gxColorBits

Note: This CVar is linked to gxDepthBits. If you change this, gxDepthBits should be the same setting.[edit]

Sets the amount of Color Bits wow uses. Values range 16, 24, 32.

Default Setting[edit]

24

Possible Settings[edit]

16
16-bit color (High Color)
24
24-bit color (True Color)
32
32-bit color (Deep Color)


Changing this setting[edit]

This CVar requires a UI reload. In-game, type the following

/console gxDepthBits setting
/console gxColorBits setting
/console gxRestart

Alternatively, you can exit wow, open the Config.wtf file, and add the following line:

SET gxDepthBits setting
SET gxColorBits setting

Notes on 16-bit setting[edit]

As of 3.1, 16-bit is no longer a valid setting in the Interface dropdown menu[1]. However, if you still need to use this setting due to a very low-end graphics card, you can via the in-game macro:

/console gxDepthBits 16
/console gxColorBits 16
/console gxRestart

Be aware that this setting does NOT save when you shut down the game, and you'll have to run these lines every time you log in.

Patches[edit]

Template:Patch 3.1.0 Template:Patch 1.6.0

References[edit]