colors

package
v0.0.0-...-57775aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color3

type Color3 struct {
	R float64
	G float64
	B float64
}

func Black

func Black() Color3

func New

func New(r float64, g float64, b float64) Color3

func Random

func Random() Color3

func RandomInterval

func RandomInterval(min float64, max float64) Color3

func White

func White() Color3

func (Color3) Add

func (c Color3) Add(u Color3) Color3

func (Color3) Merge

func (c Color3) Merge(u Color3) Color3

func (Color3) Scale

func (c Color3) Scale(factor float64) Color3

func (Color3) ToRGBA

func (c Color3) ToRGBA() color.RGBA

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL