permalmberg
01/23/2017, 7:54 PMedvin
01/23/2017, 7:54 PMjchildress
01/23/2017, 7:55 PMedvin
01/23/2017, 7:55 PMpermalmberg
01/23/2017, 7:58 PMderive
? Of not may I suggest adjustBrightness
? Also, if the docs say 100%, then it should clearly state that it expects values -1.0....1.0
just my two centsron
01/23/2017, 7:58 PMron
01/23/2017, 7:59 PMpermalmberg
01/23/2017, 7:59 PMron
01/23/2017, 8:07 PMron
01/23/2017, 8:07 PMclass MyApp: App(Workspace::class)
you do not get the screenshot you have in the documentationron
01/23/2017, 8:08 PMPasted image at 2017-01-23, 9:08 PM▾
Ruckus
01/23/2017, 8:09 PMfun Color.derive(ratio: Double) = if (ratio < 0.0) interpolate(Color.BLACK, -ratio) else interpolate(Color.WHITE, ratio)
Ruckus
01/23/2017, 8:12 PMedvin
01/23/2017, 9:54 PMedvin
01/23/2017, 9:55 PMRuckus
01/23/2017, 9:56 PMedvin
01/23/2017, 9:58 PMRuckus
01/23/2017, 10:34 PMStops.nomralize()
static methods are package private?jonathan
01/23/2017, 10:35 PMRuckus
01/23/2017, 10:39 PMlutz
01/24/2017, 7:06 AMedvin
01/24/2017, 7:37 AMedvin
01/24/2017, 8:27 AMron
01/24/2017, 9:04 AMron
01/24/2017, 9:05 AMcode
ron
01/24/2017, 9:30 AMedvin
01/24/2017, 9:51 AMdisableSave()
and disableRefresh()
so you don't need to provide a BooleanExpression to disable those.ron
01/24/2017, 9:52 AMron
01/24/2017, 9:52 AMedvin
01/24/2017, 9:56 AM