korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.paint
/
NonePaint
None
Paint
object
NonePaint
:
Paint
Members
Members & Extensions
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
Paint
get
Paint
With
Units
Link copied to clipboard
fun
Paint
.
getPaintWithUnits
(
transform
:
Matrix
,
path
:
VectorPath
)
:
Paint
is
Paint
Supported
Link copied to clipboard
open
fun
Paint
.
isPaintSupported
(
)
:
Boolean
to
Bitmap
Paint
Link copied to clipboard
fun
Paint
.
toBitmapPaint
(
state
:
Context2d.State
)
:
BitmapPaint
to
Filler
Link copied to clipboard
fun
Paint
.
toFiller
(
state
:
Context2d.State
)
:
BaseFiller
to
Svg
Link copied to clipboard
fun
Paint
.
toSvg
(
svg
:
SvgBuilder
)
:
String