<@U78L28DMX> glad you got it working. You can also...
# tornadofx
h
@amanda.hinchman-dominguez glad you got it working. You can also ditch the
WritableImage
and
makePixelsBrighter
method and simply apply a
ColorAdjust
effect to the
ImageView
... something like this:
imageview(img).apply { effect = ColorAdjust().apply { saturation = 0.5 } }