Documentation
¶
Index ¶
- func ALSHttpClient(ipAddress string) *aLSHttpClient
- func AbsoluteDistance(x float64, y float64, z float64) *distance
- func AnimationToRunParams(animation string, colors []*colorContainer, id string, section string, ...) *animationToRunParams
- func ColorContainer(colors []int) *colorContainer
- func DegreesRotation(xRotation float64, yRotation float64, zRotation float64, ...) *rotation
- func Equation(coefficients []float64) *equation
- func Location(x float64, y float64, z float64) *location
- func PercentDistance(x float64, y float64, z float64) *distance
- func PreparedColorContainer(colors []int, originalColors []int) *preparedColorContainer
- func RadiansRotation(xRotation float64, yRotation float64, zRotation float64, ...) *rotation
- func RunningAnimationParams(animationName string, colors []*preparedColorContainer, id string, ...) *runningAnimationParams
- func Section(name string, pixels []int, parentSectionName string) *section
- func StripInfoFromJson(data string) (*stripInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ALSHttpClient ¶
func ALSHttpClient(ipAddress string) *aLSHttpClient
func AbsoluteDistance ¶
func AnimationToRunParams ¶
func AnimationToRunParams(animation string, colors []*colorContainer, id string, section string, runCount int, intParams map[string]int, doubleParams map[string]float64, stringParams map[string]string, locationParams map[string]*location, distanceParams map[string]*distance, rotationParams map[string]*rotation, equationParams map[string]*equation) *animationToRunParams
func ColorContainer ¶
func ColorContainer(colors []int) *colorContainer
func DegreesRotation ¶
func PercentDistance ¶
func PreparedColorContainer ¶
func RadiansRotation ¶
func RunningAnimationParams ¶
func RunningAnimationParams(animationName string, colors []*preparedColorContainer, id string, section string, runCount int, intParams map[string]int, doubleParams map[string]float64, stringParams map[string]string, locationParams map[string]*location, distanceParams map[string]*distance, rotationParams map[string]*rotation, equationParams map[string]*equation, sourceParams *animationToRunParams) *runningAnimationParams
func StripInfoFromJson ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.