Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LuxceptionEffect ¶
type LuxceptionEffect struct {
// contains filtered or unexported fields
}
func (*LuxceptionEffect) Apply ¶
func (e *LuxceptionEffect) Apply(intensities []float64) []byte
type RainbowEffect ¶
type RainbowEffect struct {
// contains filtered or unexported fields
}
func (*RainbowEffect) Apply ¶
func (e *RainbowEffect) Apply(intensities []float64) []byte
type SolidColorEffect ¶
type SolidColorEffect struct {
// contains filtered or unexported fields
}
func (*SolidColorEffect) Apply ¶
func (e *SolidColorEffect) Apply(intensities []float64) []byte
Click to show internal directories.
Click to hide internal directories.