开发者

How to generate NES palette in C# code

开发者 https://www.devze.com 2023-04-02 01:29 出处:网络
How can I generate the NES palette entirely in C# code, without using 开发者_StackOverflowany constant values?

How can I generate the NES palette entirely in C# code, without using 开发者_StackOverflowany constant values?

I want to precalculate the palette in the same way that the PPU does.

Thanks!


You can simulate the chip based on the YPbPr signals the NES sents, but just make it easy for yourself and pre-program the colors using the hex values from wikipedia or some other source.

0

精彩评论

暂无评论...
验证码 换一张
取 消