CPBeatShaderSmoothing

org.cosplay.prefabs.shaders.CPBeatShaderSmoothing

Smoothing modes for the beat shader.

Attributes

Source
CPBeatShader.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

Smoothes brightness both below and above beat threshold.

Smoothes brightness both below and above beat threshold.

Attributes

Source
CPBeatShader.scala

Smoothes brightness only below beat threshold.

Smoothes brightness only below beat threshold.

Attributes

Source
CPBeatShader.scala

Binary (blinking) mode where brightness is either on or off depending on the threshold.

Binary (blinking) mode where brightness is either on or off depending on the threshold.

Attributes

Source
CPBeatShader.scala
case case SMOOTH_UP extends CPBeatShaderSmoothing

Smoothes brightness only above beat threshold.

Smoothes brightness only above beat threshold.

Attributes

Source
CPBeatShader.scala