Open GoogleCodeExporter opened 9 years ago
Color like any of the other documented types correspond to equivlant .NET/C#
variables
Original comment by adeli...@tasvideos.org
on 6 Mar 2015 at 12:24
Can you or someone document those? I'm thinking that some people who write Lua
scripts do not touch BizHawk source-code, or might not know .NET/C#.
So far, via trial and error, I noticed Color can be a string (such as "red"),
or an integer in the format 0xAARRGGBB (alpha=0 means transparent, alpha=0xFF
means opaque).
Original comment by denilsonsa
on 6 Mar 2015 at 12:56
Colors can be generated by predefined strings for colors at this page:
https://msdn.microsoft.com/en-us/library/system.windows.media.colors%28v=vs.110%
29.aspx
or by any 32-bit integer. Format is AARRGGBB. That's all I know.
Original comment by justinhc...@hotmail.com
on 17 Mar 2015 at 8:28
Original issue reported on code.google.com by
denilsonsa
on 26 Feb 2015 at 7:07