[orx-realsense2] tint method moved to orx. Fix import.

This commit is contained in:
Abe Pazos
2025-08-25 11:15:50 +02:00
parent ae42a91484
commit cefd6d2b65
3 changed files with 3 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ dependencies {
implementation(libs.openrndr.math)
api(libs.librealsense)
demoRuntimeOnly(project(":orx-jvm:orx-realsense2-${(gradle as ExtensionAware).extra["openrndrClassifier"]}"))
demoImplementation(project(":orx-color"))
}

View File

@@ -3,7 +3,7 @@ import org.openrndr.color.ColorRGBa
import org.openrndr.draw.ColorFormat
import org.openrndr.draw.ColorType
import org.openrndr.draw.colorBuffer
import org.openrndr.draw.tint
import org.openrndr.extra.color.colormatrix.tint
import org.openrndr.extra.realsense2.RS2Sensor
fun main() = application {

View File

@@ -3,7 +3,7 @@ import org.openrndr.color.ColorRGBa
import org.openrndr.draw.ColorFormat
import org.openrndr.draw.ColorType
import org.openrndr.draw.colorBuffer
import org.openrndr.draw.tint
import org.openrndr.extra.color.colormatrix.tint
import org.openrndr.extra.realsense2.RS2Sensor
/**