Video Test Generator User Guide
497
RECT
draw a RECTangle
Class
Custom image primitive
Description
Draws a rectangle whose sides are parallel to the vertical and horizontal axes of displayed
video. It uses six parameters. The first is the
color
of the line. The next two parameters are
the pixel
width
and
height
of the rectangle. The fourth and fifth parameters are the
x
and
y
coordinates for the top left corner of the rectangle. The last parameter is the
fill
.
Command syntax
RECT
color width height x y fill
color
available colors
width
total number of horizontal pixels
height
total number of lines
x, y
positive integer numbers
fill
available fill patterns
Other required
commands
The
FMTU
command instructs the generator to use the new setting. The
ALLU
command
updates hardware to the new setting and redraws the test image.
Example
RECT gray50 15 20 50 40 GrayPat50
// Draw a 50% gray rectangle 15 pixels wide and 20 pixels high
// with top left corner at X=50, Y=40 Fill with 50% active pixels
ALLU // Update hardware to current buffer contents
Summary of Contents for 802BT
Page 1: ...802BT 802R Video Test Generator User Guide ...
Page 52: ...42 Chapter 2 Testing Video Displays ...
Page 62: ...52 Chapter 3 Administrative Tasks ...
Page 118: ...108 Chapter 7 Using GPIB Interface ...
Page 194: ...184 Chapter 10 Testing EDID ...
Page 204: ...194 Chapter 11 Testing HDCP ...
Page 214: ...204 Appendix A Command Reference Commands by name ...
Page 595: ...Video Test Generator User Guide 585 ...
Page 611: ...Video Test Generator User Guide 601 ...
Page 612: ...602 Appendix A Command Reference ...
Page 716: ...706 Appendix B Image Reference ...
Page 744: ...734 Appendix C Error Messages ...