Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Color
enum
Interop.Kernel32.Color
:
short
package
Enumerator
Black
ForegroundBlue
ForegroundGreen
ForegroundRed
ForegroundYellow
ForegroundIntensity
BackgroundBlue
BackgroundGreen
BackgroundRed
BackgroundYellow
BackgroundIntensity
ForegroundMask
BackgroundMask
ColorMask
Definition at line
63
of file
Interop.cs
.
64
{
65
Black
= 0,
66
ForegroundBlue
= 1,
67
ForegroundGreen
= 2,
68
ForegroundRed
= 4,
69
ForegroundYellow
= 6,
70
ForegroundIntensity
= 8,
71
BackgroundBlue
= 16,
72
BackgroundGreen
= 32,
73
BackgroundRed
= 64,
74
BackgroundYellow
= 96,
75
BackgroundIntensity
= 128,
76
ForegroundMask
= 15,
77
BackgroundMask
= 240,
78
ColorMask
= 255
79
}
Interop.Kernel32.Color.BackgroundBlue
@ BackgroundBlue
Interop.Kernel32.Color.ForegroundIntensity
@ ForegroundIntensity
Interop.Kernel32.Color.BackgroundGreen
@ BackgroundGreen
Interop.Kernel32.Color.ForegroundRed
@ ForegroundRed
Interop.Kernel32.Color.BackgroundIntensity
@ BackgroundIntensity
Interop.Kernel32.Color.BackgroundRed
@ BackgroundRed
Interop.Kernel32.Color.ForegroundMask
@ ForegroundMask
Interop.Kernel32.Color.ForegroundGreen
@ ForegroundGreen
Interop.Kernel32.Color.ForegroundBlue
@ ForegroundBlue
Interop.Kernel32.Color.BackgroundYellow
@ BackgroundYellow
Interop.Kernel32.Color.BackgroundMask
@ BackgroundMask
Interop.Kernel32.Color.Black
@ Black
Interop.Kernel32.Color.ForegroundYellow
@ ForegroundYellow
Interop.Kernel32.Color.ColorMask
@ ColorMask
Interop
Kernel32
Generated by
1.10.0