readonly static int Room.ColorDepth
Returns the colour depth of the room's background scene. This is important if
you want to use DrawImage, since any sprites that you draw must be the same
colour depth as the room itself.
Example:
Display("The current room background is %d-bit colour.", Room.ColorDepth);
See Also: DrawingSurface.DrawImage
|