24bit Color?
Author |
Message |
thuvarrakan
|
Posted: Tue Oct 18, 2005 12:10 pm Post subject: 24bit Color? |
|
|
I was wondering is there any possible way to load 24bit colour setting on a turing window. Also if there is, will it give the right colour# when using whatdot color? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Oct 18, 2005 12:39 pm Post subject: (No subject) |
|
|
You'd have to use the RGB module. |
|
|
|
|
|
Cervantes
|
Posted: Tue Oct 18, 2005 1:02 pm Post subject: (No subject) |
|
|
To elaborate, you can't get more than 256 colours in the Turing palette. You can change the palette, however, using the RGB module.
whatdotcolour will return the closest colour number in the current palette. Changing the palette will affect the values returned by whatdotcolour. |
|
|
|
|
|
|
|