xyz.cssxsh.pixiv.tool.SierraLiteDitherer.kt Maven / Gradle / Ivy
package xyz.cssxsh.pixiv.tool
public class SierraLiteDitherer private constructor() : UniversalDitherer(DISTRIBUTION) {
public companion object {
@JvmStatic
public val DISTRIBUTION: List = listOf(
ErrorComponent(1, 0, 2 / 4.0),
ErrorComponent(-1, 1, 1 / 4.0),
ErrorComponent(0, 1, 1 / 4.0),
)
@JvmStatic
public val INSTANCE: SierraLiteDitherer = SierraLiteDitherer()
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy