qtpaint (version 1.1.0)

stroke-fill: Stroke and fill colors

Description

Functions for controlling the stroke and fill colors, including the ability to disable or enable stroking and filling.

Usage

qhasStroke(x) <- value
       qhasFill(x) <- value
       qstrokeColor(x) <- value
       qfillColor(x) <- value

Arguments

x
The paint context
value
The stroke or fill color, or a logical value for qHasStroke<- and qHasFill<-.

Value

  • qhasStroke<-: The stroke or fill color, or a logical value for qHasStroke and qHasFill.