colours

package
v0.0.0-...-d35cbbc Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2024 License: CC0-1.0 Imports: 1 Imported by: 0

Documentation

Overview

Package colours defines a few useful colours.

Index

Constants

This section is empty.

Variables

View Source
var (
	Red            = &vec3.Vec3Impl{X: 1.0}
	Green          = &vec3.Vec3Impl{Y: 1.0}
	Blue           = &vec3.Vec3Impl{Z: 1.0}
	Black          = &vec3.Vec3Impl{}
	White          = &vec3.Vec3Impl{X: 1.0, Y: 1.0, Z: 1.0}
	RoyalBlue      = &vec3.Vec3Impl{X: 48.0 / 255.0, Y: 87.0 / 255.0, Z: 225.0 / 255.0}
	ResolutionBlue = &vec3.Vec3Impl{X: 0.0, Y: 32.0 / 255.0, Z: 130.0 / 255.0}
	LimeStone      = &vec3.Vec3Impl{X: 152.0 / 255.0, Y: 154.0 / 255.0, Z: 152.0 / 255.0}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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