T
T
Type Programmer2018-07-03 20:11:17
assembler
Type Programmer, 2018-07-03 20:11:17

Assemlber where to find color picker?

I use video mode 13h from INT 10h.
There are 256 possible colors, but how do I know what value what color would be a perfect palette of those colors.
PS: Do not judge strictly Assembler + User = Something terrible.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vapaamies, 2018-07-03
@MegaCraZy6

In theory, any more or less advanced editor with color display will have this palette if you set the mode to 256 colors. This is if you need them visually.
You can also draw the palette on the screen yourself. Treat yourself, make your own instrument.
256 colors, alas, are definitely not decomposed into triplets. And that is, the theory is that if you take three bits and shift them so that they fall into separate nibbles, you can express them with HTML code like #9BE, and draw yourself a cheat sheet with these codes ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question