Additions:
"screenNumber" and display output "outputId". If the optional 'outputId' is
omitted, the unified settings of the screen are returned. Currently 'outputId'
is only honored on Linux, ignored on other systems.
Returns an array of structs "resolutions", where each element in the array is a
struct that describes one valid combination of resolution, color depth and
refresh rate. Fields are self explanatory.
Deletions:
"screenNumber" and display output "outputId". If the optional outputId is
omitted, the unified settings of the screen are returned. Currently outputId is
only honored on Linux, ignored on other systems.
Returns an array of Matlab/Octave structs "resolutions", where each element in
the array is a struct that describes one valid combination of resolution, color
depth and refresh rate. Fields are self explanatory.
Additions:
%%(matlab;Usage)resolutions = Screen('Resolutions', screenNumber [, outputId]);%%
"screenNumber" and display output "outputId". If the optional outputId is
omitted, the unified settings of the screen are returned. Currently outputId is
only honored on Linux, ignored on other systems.
You can set your display to one of the supported combinations of settings via
the [[Screen]]('Resolution') command.
depth value "newPixelSize" should usually not be changed. Usually it is 32 bpp
or 24 bpp. A setting of 16 bpp will disable alpha-blending and create
drastically reduced color resolution of 5 bits per color channel. A setting of 8
bpp is not supported at all on MacOS/X and will create artifacts on all other
systems. Use a size of 32 bpp even for clut animation. This function may not
work on all MS-Windows setups, your mileage may vary.
Deletions:
%%(matlab;Usage)resolutions = Screen('Resolutions', screenNumber);%%
"screenNumber". You can set your display to one of the supported combinations of
settings via the [[Screen]]('Resolution') command.
depth value "newPixelSize" should usually not be set to anything else than 32
bpp. A setting of 24 bpp can impair alpha-blending on some systems, a setting of
16 bpp will disable alpha-blending and create drastically reduced color
resolution of 5 bits per color channel. A setting of 8 bpp is not supported at
all on MacOS/X and will create artifacts on all other systems. Use a size of 32
bpp even for clut animation. This function may not work on all MS-Windows or
GNU/Linux setups, your mileage may vary.
Additions:
""<div class="subfct" id="Screen">""===[[Resolutions Screen('Resolutions')]]===
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;">""===[[Resolutions Screen('Resolutions')]]===
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;">""===[[Resolutions Screen('Resolutions')]]===
Screen('Resolution')<<""</div>""
Deletions:
===[[Resolutions Screen('Resolutions')]]===
Screen('Resolution')<<
Additions:
===[[Resolutions Screen('Resolutions')]]===
==[[Psychtoolbox]] › [[Screen]].{mex*,dll} subfunction==
%%(matlab;Usage)resolutions = Screen('Resolutions', screenNumber);%%
settings via the [[Screen]]('Resolution') command.
That functions are probably more convenient to use than the low-level [[Screen]]
functions for display settings...
<<=====See also:=====
Screen('Resolution')<<
Deletions:
===[[Resolutions]]===
==ScreenFunctions==
Usage:
resolutions = Screen('Resolutions', screenNumber);
settings via the Screen('Resolution') command.
That functions are probably more convenient to use than the low-level Screen
functions for display settings...
ScreenFunctions