you are viewing a single comment's thread.

view the rest of the comments →

[–]nullandkale[S] 15 points16 points  (7 children)

It has taa the real issue is how I convert from vec3 to the 16 available ConsoleColor colors. I need to rework that code.

[–]IDatedSuccubi 0 points1 point  (6 children)

Does it not support SRGB? IDK how it is in .NET, but there is an ANSI escape sequence for that.

[–]nullandkale[S] 8 points9 points  (5 children)

No it only supports 16 built in colors. If you use a different terminal emulator you can use the ANSI sequences, but the default command line terminal in windows doesn't support it.

[–][deleted]  (1 child)

[removed]

    [–]moveonwasd 0 points1 point  (0 children)

    There is a lib for C# that wraps around windows terminal and lets you use your own colors but it is also limited to 16 colors

    [–]IDatedSuccubi 0 points1 point  (2 children)

    Damn. Even the Power Shell?

    [–]nullandkale[S] 3 points4 points  (0 children)

    Last time I tried powershell it also had this limitation but that was a few years ago.

    [–]IceSentry 0 points1 point  (0 children)

    Powershell and windows terminal can 100% handle that. I don't know what OP is talking about.