N nigelibrown Member Joined Jan 7, 2004 Messages 149 Age 54 Location Bristol, England Website www.nigelibrown.pwp.blueyonder.co.uk Apr 2, 2004 #1 Is there a way of reading the RGB value of the palette entry? Either by system call or knowing what the default palette is and storing it in a table?
Is there a way of reading the RGB value of the palette entry? Either by system call or knowing what the default palette is and storing it in a table?
M mithris Certified Guru Joined Mar 7, 2003 Messages 190 Age 44 Apr 4, 2004 #2 You can read the palette from: 0x14a00400 Each entry is 32bit but the upper 16bits are not used. the format is 5:5:5:1 the users manual says it can be 5:6:5 aswell, but i don't know how to change it to that. --- mithris
You can read the palette from: 0x14a00400 Each entry is 32bit but the upper 16bits are not used. the format is 5:5:5:1 the users manual says it can be 5:6:5 aswell, but i don't know how to change it to that. --- mithris