Go to the source code of this file.
|
enum | SiliconStudio.Paradox.ConsoleColor {
SiliconStudio.Paradox.ConsoleColor.Blue = 0x00000001,
SiliconStudio.Paradox.ConsoleColor.Green = 0x00000002,
SiliconStudio.Paradox.ConsoleColor.Red = 0x00000004,
SiliconStudio.Paradox.ConsoleColor.Intensity = 0x00000008,
SiliconStudio.Paradox.ConsoleColor.BlueBackground = 0x00000010,
SiliconStudio.Paradox.ConsoleColor.GreenBackground = 0x00000020,
SiliconStudio.Paradox.ConsoleColor.RedBackground = 0x00000040,
SiliconStudio.Paradox.ConsoleColor.IntensityBackground = 0x00000080,
SiliconStudio.Paradox.ConsoleColor.Black = 0,
SiliconStudio.Paradox.ConsoleColor.Cyan = Green | Blue,
SiliconStudio.Paradox.ConsoleColor.Magenta = Red | Blue,
SiliconStudio.Paradox.ConsoleColor.Yellow = Red | Green,
SiliconStudio.Paradox.ConsoleColor.DarkGrey = Red | Green | Blue,
SiliconStudio.Paradox.ConsoleColor.LightGrey = Intensity,
SiliconStudio.Paradox.ConsoleColor.LightRed = Intensity | Red,
SiliconStudio.Paradox.ConsoleColor.LightGreen = Intensity | Green,
SiliconStudio.Paradox.ConsoleColor.LightBlue = Intensity | Blue,
SiliconStudio.Paradox.ConsoleColor.LightCyan = Intensity | Green | Blue,
SiliconStudio.Paradox.ConsoleColor.LightMagenta = Intensity | Red | Blue,
SiliconStudio.Paradox.ConsoleColor.LightYellow = Intensity | Red | Green,
SiliconStudio.Paradox.ConsoleColor.White = Intensity | Red | Green | Blue
} |
| Colors used by ConsoleProgram.Color More...
|
|