Wolfram: Graphics Directives
Graphics Directives
Graphics Directives are things like color, thickness. They control the style and rendering of the graphics primitives.
Here are commonly used graphics directives:
Red
Green
Blue
Hue
GrayLevel
PointSize
Thickness
EdgeForm
FaceForm
Graphics directives are used in a list. they have effect on the subsequent graphics primitives.
Graphics[{Red, Circle[ ]} , Axes -> True ] Graphics[{Red, Circle[ ], Line[{{0,0},{1,1}}] }, Axes -> True ]

Graphics[{Red, Line[{{0,0},{1,1}}], Blue, Thick, Line[{{0,0},{1,2}}] }, Axes -> True ]

WolframLang, Graphics Programing
- Wolfram: Graphics Programing Index
- Wolfram: Plot and Visualization
- Wolfram: Graphics Primitives
- Wolfram: Graphics Directives
- Wolfram: Extract Graphics from Plot
- Wolfram: Geometric Transformation Functions
- Wolfram: Apply Transform to Graphics
- Wolfram: Compose Transformations
- Wolfram: Translate Copy Graphics
- Wolfram: Transformation Matrix
- Wolfram: GraphicsComplex
- Wolfram: Mesh Region
- Wolfram: Graphics Misc
- Wolfram: Animation