diff options
author | RichieSams | 2013-09-15 14:53:23 -0500 |
---|---|---|
committer | RichieSams | 2013-09-15 15:01:00 -0500 |
commit | 05b3b170d45125ba52c7b795a89d3ce8141c77ab (patch) | |
tree | c97ee3085de39fbcd92ba4468088384ca1de2ed3 /engines | |
parent | dc8c7ca2c04372a39af5cca80040daa8923e9658 (diff) | |
download | scummvm-rg350-05b3b170d45125ba52c7b795a89d3ce8141c77ab.tar.gz scummvm-rg350-05b3b170d45125ba52c7b795a89d3ce8141c77ab.tar.bz2 scummvm-rg350-05b3b170d45125ba52c7b795a89d3ce8141c77ab.zip |
ZVISION: Add more documentation for clearWorkingWindowTo555Color()
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/render_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/zvision/render_manager.h b/engines/zvision/render_manager.h index 84914cc5d3..50d2d1076f 100644 --- a/engines/zvision/render_manager.h +++ b/engines/zvision/render_manager.h @@ -128,7 +128,8 @@ public: Common::Rect renderTextToWorkingWindow(const Common::String &text, TruetypeFont *font, int destX, int destY, uint16 textColor, int maxWidth, int maxHeight = -1, Graphics::TextAlign align = Graphics::kTextAlignLeft, bool wrap = true); /** - * Fills the entire workingWindow with the specified color + * Fills the entire workingWindow with the specified color. Internally, the color + * will be converted to RGB 565 and then blitted. * * @param color The color to fill the working window with. (In RGB 555) */ |