pushStyle()

Structure

Description

Saves the current style settings (fill, stroke, font, etc.) onto a stack.

Syntax

void pushStyle()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...