toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.paint
/
Paint
Paint
interface
Paint
Inheritors
RGBA
NonePaint
TransformedPaint
Members
Members & Extensions
Functions
clone
Link copied to clipboard
abstract
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