Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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