[orx-color] Add color transforms from OPENRNDR, add colorMatrix {}
This commit is contained in:
@@ -15,6 +15,7 @@ kotlin {
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
val jvmDemo by getting {
|
||||
dependencies {
|
||||
implementation(project(":orx-color"))
|
||||
implementation(project(":orx-shapes"))
|
||||
implementation(project(":orx-noise"))
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.grayscale
|
||||
import org.openrndr.draw.loadImage
|
||||
import org.openrndr.extra.color.colormatrix.grayscale
|
||||
import org.openrndr.extra.marchingsquares.findContours
|
||||
import org.openrndr.math.Vector2
|
||||
import kotlin.math.PI
|
||||
|
||||
Reference in New Issue
Block a user