orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-fx
/
org.openrndr.extra.fx.dither
/
CMYKHalftone
/
CMYKHalftone
CMYKHalftone
constructor
(
domainWarpFunction
:
String
=
"vec2 domainWarp(vec2 p) { return p; }"
,
elementFunction
:
String
=
""" $sdCirclePhrase float element(in vec2 p, float v) { return sdCircle(p, v * dotSize); }""".trimIndent()
)
(
source
)