Rename org.openrndr.extras -> org.openrndr.extra (#250)
Co-authored-by: Edwin Jakobs <edwin@rndr.studio>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.openrndr.extras.color.palettes
|
||||
package org.openrndr.extra.color.palettes
|
||||
|
||||
import org.openrndr.color.*
|
||||
import org.openrndr.extra.color.spaces.*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.openrndr.extras.color.phrases
|
||||
package org.openrndr.extra.color.phrases
|
||||
|
||||
import org.openrndr.extra.shaderphrases.ShaderPhrase
|
||||
import org.openrndr.extra.shaderphrases.ShaderPhraseBook
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("unused")
|
||||
|
||||
package org.openrndr.extras.color.presets
|
||||
package org.openrndr.extra.color.presets
|
||||
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.color.rgb
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@file:JvmName("HistogramJvm")
|
||||
package org.openrndr.extras.color.statistics
|
||||
package org.openrndr.extra.color.statistics
|
||||
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.ColorBuffer
|
||||
|
||||
@@ -2,9 +2,9 @@ import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.*
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.camera.Orbital
|
||||
import org.openrndr.extra.camera.Orbital
|
||||
import org.openrndr.extra.color.spaces.ColorOKLCHa
|
||||
import org.openrndr.extras.meshgenerators.sphereMesh
|
||||
import org.openrndr.extra.meshgenerators.sphereMesh
|
||||
import org.openrndr.math.Vector3
|
||||
import kotlin.math.cos
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.*
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.camera.Orbital
|
||||
import org.openrndr.extra.camera.Orbital
|
||||
import org.openrndr.extra.color.spaces.ColorOKLCHa
|
||||
import org.openrndr.extras.meshgenerators.sphereMesh
|
||||
import org.openrndr.extra.meshgenerators.sphereMesh
|
||||
import org.openrndr.math.Vector3
|
||||
import kotlin.math.cos
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.spaces.toHSLUVa
|
||||
import org.openrndr.math.Vector2
|
||||
import org.openrndr.math.map
|
||||
|
||||
@@ -4,9 +4,9 @@ import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.isolated
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.color.palettes.colorSequence
|
||||
import org.openrndr.extras.color.palettes.rangeTo
|
||||
import org.openrndr.extras.color.presets.CORAL
|
||||
import org.openrndr.extra.color.palettes.colorSequence
|
||||
import org.openrndr.extra.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.presets.CORAL
|
||||
import org.openrndr.extra.color.spaces.toHSLUVa
|
||||
|
||||
fun main() = application {
|
||||
|
||||
@@ -3,7 +3,7 @@ import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.loadFont
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extra.color.spaces.*
|
||||
import org.openrndr.extras.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.palettes.rangeTo
|
||||
|
||||
fun main() {
|
||||
application {
|
||||
|
||||
@@ -4,13 +4,13 @@ import org.openrndr.draw.DrawPrimitive
|
||||
import org.openrndr.draw.isolated
|
||||
import org.openrndr.draw.loadFont
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.camera.Orbital
|
||||
import org.openrndr.extras.color.palettes.rangeTo
|
||||
import org.openrndr.extra.camera.Orbital
|
||||
import org.openrndr.extra.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.spaces.toHSLUVa
|
||||
import org.openrndr.extra.color.spaces.toOKLABa
|
||||
import org.openrndr.extra.color.spaces.toOKLCHa
|
||||
import org.openrndr.extra.color.spaces.toXSLUVa
|
||||
import org.openrndr.extras.meshgenerators.sphereMesh
|
||||
import org.openrndr.extra.meshgenerators.sphereMesh
|
||||
import org.openrndr.math.Vector3
|
||||
|
||||
fun main() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.draw.loadImage
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.color.statistics.calculateHistogramRGB
|
||||
import org.openrndr.extra.color.statistics.calculateHistogramRGB
|
||||
|
||||
fun main() = application {
|
||||
program {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.draw.loadImage
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.color.statistics.calculateHistogramRGB
|
||||
import org.openrndr.extra.color.statistics.calculateHistogramRGB
|
||||
import kotlin.math.pow
|
||||
|
||||
fun main() = application {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.draw.loadImage
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extras.color.statistics.calculateHistogramRGB
|
||||
import org.openrndr.extra.color.statistics.calculateHistogramRGB
|
||||
|
||||
fun main() = application {
|
||||
program {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.openrndr.extras.color.statistics
|
||||
package org.openrndr.extra.color.statistics
|
||||
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.ColorBuffer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import org.amshove.kluent.`should be equal to`
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.color.Linearity
|
||||
import org.openrndr.extras.color.palettes.rangeTo
|
||||
import org.openrndr.extra.color.palettes.rangeTo
|
||||
import org.spekframework.spek2.Spek
|
||||
import org.spekframework.spek2.style.specification.describe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user