grid:display-color
List of: Scheme Extensions
Subjects: Colors, Grids
Contents: Graphic Interaction

Action: Gets the grid display color.

Filename: gi/gi_scm/grid_scm.cxx

Syntax: (grid:display-color)

Arg Types: None

Returns: color

Description: Returns the grid color value.

Example: ; grid:display-color

; Set the grid display color.

(grid:set-display-color 5)

;; ()

; Get the grid display color.

(grid:display-color)

;; #[color 1 1 0]

; Turn the grid on.

(grid:set-display #t)

;; ()
PDF/GI/02SCG.PDF
HTM/DATA/GI/GI/02SCG/0001.HTM