package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Functions

Avg finds the average of a set of colors.
Radiate compounds the brightness of a set of colors.
Reflect finds the product of a set of colors - this is for Raytracing reflections.
RGBAColor converts an RGBA color to Color.

# Structs

Color is an RGB color where each value is in the range 0 to 1.
Material holds information that different renderers can use to shade a material.