L-Spiro / BeesNES

A sub–cycle-accurate Nintendo Entertainment System emulator.
MIT License
48 stars 3 forks source link

Palette Color #7

Open TheBoxGame opened 1 month ago

TheBoxGame commented 1 month ago

hello a have question Can you tell me what color palette this could be to use on the emulator? Screenshot_2024-07-24-12-01-43-321_com google android youtube

L-Spiro commented 1 month ago

What game is it?

TheBoxGame commented 1 month ago

Choujin Sentai Jetman :D

TheBoxGame commented 1 week ago

can you tell me how to get the same colors from my famicom on the emulator because I would like to get the same colors but I don't know how do you have such a color palette https://youtu.be/fJX56ildMRQ?si=zsoCURBrcVIA6hg2

L-Spiro commented 6 days ago

The only method for copying colors from a specific device to an emulator of which I am aware is to emulate the NTSC or PAL signal and then manually adjust the hue, saturation, brightness, black level, white level, and gamma curve, until it looks correct to your own eyes. If you are just creating a palette based on a specific device, I suspect there are ways to accurately measure the colors coming out of your TV but that’s not my area of expertise.

When BeesNES comes out, it will allow you to generate accurate palettes, and you should be able to export one that looks more or less exactly like your own hardware. I take the tiny details regarding appearance more seriously than the vast majority of emulator developers, so that might be your only way in the end. The main detail that is often either overlooked or mishandled is gamma, which BeesNES gets right (and is the first emulator of any CRT console to do so, to my knowledge).

On Sat, Sep 7, 2024 at 3:10 PM TheBoxGamePL @.***> wrote:

can you tell me how to get the same colors from my famicom on the emulator because I would like to get the same colors but I don't know how do you have such a color palette https://youtu.be/fJX56ildMRQ?si=zsoCURBrcVIA6hg2

— Reply to this email directly, view it on GitHub https://github.com/L-Spiro/BeesNES/issues/7#issuecomment-2335080459, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYFQ2WTZUSAHNPGDTZMQ4LZVKKGPAVCNFSM6AAAAABLMKLON6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGA4DANBVHE . You are receiving this because you commented.Message ID: @.***>

TheBoxGame commented 6 days ago

so what can't be done and can this grey be set in the colour palette?

TheBoxGame commented 6 days ago

Look Screenshot_2024-09-07-19-13-53-814_com google android youtube Screenshot_2024-09-07-19-13-37-768_com google android youtube Screenshot_2024-09-07-19-13-32-439_com google android youtube Screenshot_2024-09-07-19-13-15-568_com google android youtube Screenshot_2024-09-07-19-13-58-521_com google android youtube Screenshot_2024-09-07-19-14-02-521_com google android youtube Screenshot_2024-09-07-19-14-19-145_com google android youtube

L-Spiro commented 6 days ago

Search for NES palette generators and start messing with the parameters. That’s the best option you will have for now. Otherwise you will need to manually figure out the RGB values for each color you want in your palette (there are 512 values and you need a test ROM to go through them) and manually construct a palette.

On Sun, Sep 8, 2024 at 2:15 AM TheBoxGamePL @.***> wrote:

Look Screenshot_2024-09-07-19-13-53-814_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/218ddf14-06f8-4a84-b5a8-2b18f0b0e441 Screenshot_2024-09-07-19-13-37-768_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/751167b5-6515-4fb4-8f45-026a611f846e Screenshot_2024-09-07-19-13-32-439_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/981bbdcb-e0b9-4e31-b3c2-e5a37ba08920 Screenshot_2024-09-07-19-13-15-568_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/47f1a7c4-cf1f-43b3-836d-096057b6a187 Screenshot_2024-09-07-19-13-58-521_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/06284b65-9fef-4627-9688-a4e28512b84f Screenshot_2024-09-07-19-14-02-521_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/e65a48a5-cae8-4e01-89fa-e6c45329e725 Screenshot_2024-09-07-19-14-19-145_com.google.android.youtube.jpg (view on web) https://github.com/user-attachments/assets/db580a1b-0470-4a9f-b8b4-7ab94646d472

— Reply to this email directly, view it on GitHub https://github.com/L-Spiro/BeesNES/issues/7#issuecomment-2336067188, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYFQ2WIUENFUVO7QS44LT3ZVMYENAVCNFSM6AAAAABLMKLON6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGA3DOMJYHA . You are receiving this because you commented.Message ID: @.***>

TheBoxGame commented 6 days ago

OK