Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ImageTools[Checkerboard] - create a checkerboard image
Calling Sequence
Checkerboard( n, height, width, opts )
Parameters
n
-
(optional) posint; size of each square
height
(optional) posint; height of board, in squares
width
(optional) posint; width of board, in squares
opts
(optional) equation(s) of the form option = value; specify options for the Checkerboard command
Description
The Checkerboard command returns an image of a checkerboard, that is, a grid of alternating light and dark squares.
The optional parameter n specifies the length of each square, in pixels. The default is 20.
The optional parameters height and width specify the height and width of the board, in squares, respectively. The default for height is 8. The default for width is height.
Options
foreground = realcons
Specifies the shade of gray of the foreground color. The default is 1.0 (white).
background = realcons
Specifies the shade of gray of the background color. The default is 0.0 (black).
Other options are passed to Create.
Examples
See Also
ImageTools, ImageTools[Create]
Download Help Document