Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Atsuya Sato edited this page Nov 30, 2018 · 5 revisions

Color

background(_ color: UIColor)

background(_ r: CGFloat, _ g: CGFloat, _ b: CGFloat, _ a: CGFloat = 255)

Available

iOS, OSX

Examples

background(255, 204, 0)

Description


clear()

Available

iOS, OSX

Examples

clear()

Description

This function clears everything in a ProcessingView object.

Clone this wiki locally