commonTest.OperationsTests.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of color Show documentation
Show all versions of color Show documentation
A collection of drawing/charting utilities
package com.juul.krayon.color
import kotlin.test.Test
import kotlin.test.assertEquals
class OperationsTests {
@Test
fun lerp_fromWhiteToBlack_isGray() {
assertEquals(gray, lerp(white, black, 0.5f))
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy