Additions:
Read/Set the text background color for the specified window.
The background color defaults to [0,0,0,0], i.e., a fully transparent black.
This means that the background is invisible. You'll need to assign at least a
non-zero alpha-value for the background to be drawn. With some text renderers
you'll also need to enable user-controlled text alpha-blending via a call to
[[Screen]]('[[Preference]]', 'TextAlphaBlending', 1); for text background to be drawn.
Deletions:
Read/Set the text background color for the specified window
Additions:
""<div class="subfct" id="Screen">""===[[TextBackgroundColor Screen('TextBackgroundColor')]]===
Deletions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[TextBackgroundColor Screen('TextBackgroundColor')]]===
Additions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[TextBackgroundColor Screen('TextBackgroundColor')]]===
""</div>""
Deletions:
===[[TextBackgroundColor Screen('TextBackgroundColor')]]===
Additions:
===[[TextBackgroundColor Screen('TextBackgroundColor')]]===
==[[Psychtoolbox]] › [[Screen]].{mex*,dll} subfunction==
%%(matlab;Usage)oldTextBackgroundColor=Screen('TextBackgroundColor', windowPtr [,colorVector]);%%
Deletions:
===[[TextBackgroundColor]]===
==ScreenFunctions==
Usage:
oldTextBackgroundColor=Screen('TextBackgroundColor', windowPtr [,colorVector]);
ScreenFunctions