- (canvas-interior-style [canvas canvas?]) -> (or/c symbol? list?)procedure
Retrieves the current interior style of the given canvas. Possible values are
- 'solid
- '(hatch horizontal)
- '(hatch vertical)
- '(hatch forward-diagonal)
- '(hatch backward-diagonal)
- '(hatch cross)
- '(hatch diagonal-cross)
- (list 'stipple [width integer?] [height integer?] [data blob?])
- (list 'pattern/rgb [width integer?] [height integer?] [data blob?])
- (list 'pattern/rgba [width integer?] [height integer?] [data blob?])
- #f