Difference between revisions of "Protocol:Color Codes"

From Sylverant
Jump to navigationJump to search
m (Add to protocol category.)
m (BlueCrab moved page Color Codes to Protocol:Color Codes)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
A small list of the color codes that are supported in PSO:
 
A small list of the color codes that are supported in PSO:
* 0 = Black
+
* 0 = Black (H'000000)
* 1 = Dark Blue
+
* 1 = Dark Blue (H'0000FF)
* 2 = Green
+
* 2 = Green (H'2DF800)
* 3 = Cyan
+
* 3 = Cyan (H'1BFBFC)
* 4 = Red
+
* 4 = Red (H'FF0F00)
* 5 = Magenta
+
* 5 = Magenta (H'FE1FFF)
* 6 = Yellow
+
* 6 = Yellow (H'FFFD00)
* 7 = White
+
* 7 = White (H'FFFFFF)
 +
* 8 = Pink (v2+) (H'FF8481)
 +
* G = Gold (v2+) (H'C05B00)
  
There do not seem to be any color codes greater than 7.
+
There do not seem to be any other color codes... The values listed here were checked on PSOPC running under Wine 1.2.3 on Mac OS X 10.7.3.
  
 
[[Category:PSO Server Protocol]]
 
[[Category:PSO Server Protocol]]

Latest revision as of 05:08, 13 December 2021

A small list of the color codes that are supported in PSO:

  • 0 = Black (H'000000)
  • 1 = Dark Blue (H'0000FF)
  • 2 = Green (H'2DF800)
  • 3 = Cyan (H'1BFBFC)
  • 4 = Red (H'FF0F00)
  • 5 = Magenta (H'FE1FFF)
  • 6 = Yellow (H'FFFD00)
  • 7 = White (H'FFFFFF)
  • 8 = Pink (v2+) (H'FF8481)
  • G = Gold (v2+) (H'C05B00)

There do not seem to be any other color codes... The values listed here were checked on PSOPC running under Wine 1.2.3 on Mac OS X 10.7.3.