toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.paint
/
ColorFiller
Color
Filler
class
ColorFiller
:
BaseFiller
Members
Constructors
Color
Filler
Link copied to clipboard
constructor
(
)
Functions
fill
Link copied to clipboard
fun
fill
(
bmp
:
Bitmap32
,
rect
:
RectangleInt
=
bmp.bounds
)
open
override
fun
fill
(
data
:
RgbaPremultipliedArray
,
offset
:
Int
,
x0
:
Int
,
x1
:
Int
,
y
:
Int
)
get
Color
Link copied to clipboard
fun
getColor
(
x
:
Int
,
y
:
Int
)
:
RGBAPremultiplied
open
override
fun
getColor
(
x
:
Float
,
y
:
Float
)
:
RGBAPremultiplied
set
Link copied to clipboard
fun
set
(
fill
:
ColorPaint
,
state
:
Context2d.State
)
:
ColorFiller