I was thinking about the values The names, hmm, I'm not sure if there is documentation about each color name and its attributes. I know Steve had added several color names. Farmer Brown... Oh wait, that's his neighbor.
From the wiki...
So there are a few ways listed to get started on an app for this, if interested.
Pete
- In SCREEN 0 the colors only matter if their black or white...
From the wiki...
Code: (Select All)
OUT &H3C7, 15 'set color port attribute 15 for a read
red% = INP(&H3C9)
green% = INP(&H3C9)
blue% = INP(&H3C9)
PRINT red%, green%, blue%
So there are a few ways listed to get started on an app for this, if interested.
Pete
- In SCREEN 0 the colors only matter if their black or white...