toggle menu
krayon
android
common
switch theme
search in API
kanvas
/
com.juul.krayon.kanvas
/
Paint
/
Fill
Fill
data
class
Fill
(
val
color
:
Color
)
:
Paint
Fills the inside of shape with a color.
Members
Members & Extensions
Constructors
Fill
Link copied to clipboard
constructor
(
color
:
Color
)
Properties
color
Link copied to clipboard
val
color
:
Color
Functions
to
Android
Link copied to clipboard
android
fun
Paint.Fill
.
toAndroid
(
)
:
Paint
fun
Paint
.
toAndroid
(
context
:
Context
)
:
Paint
Converts a Krayon
Paint
into an
AndroidPaint
.