All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.OperationsTests.kt Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
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