![]() |
![]() |
![]() |
![]() |
Set the stroke color
PgColor_t PgSetStrokeColor( PgColor_t color );
ph
This function sets the stroke color used for subsequent draws. If the driver doesn't support 24-bit color, it selects the nearest color available to the one requested.
This function overrides the color defined by PgSetStrokeDither().
The previous color.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgARGB(), PgCMY(), PgColor_t, PgDefaultStroke(), PgGray(), PgHSV(), PgRGB(), PgSetDrawMode(), PgSetFillColor(), PgSetStrokeCap(), PgSetStrokeDash(), PgSetStrokeDither(), PgSetStrokeJoin(), PgSetStrokeTransPat(), PgSetStrokeWidth(), PgSetStrokeXORColor(), PgSetTextColor()
"Drawing attributes" and "Lines, pixels, and pixel arrays" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |