Crate color_core

Source
Expand description

§Color shared definition

How to find the expectation of visit points of a random walk on a 2D grid?

What is the expectation of visit points for a random walk on a $\mathbb{Z}^2$ grid at steps $t$?

Structs§

CMYKColor
A color in the CMYK Color Space.
HSLColor
A color in HSLA color space with 32-bit floating point components.
HSVColor
A color in the HSV Color Space.
RGBColor
A color in the RGB Color Space.

Type Aliases§

CMYK32
128-bit 4 channel color in the CMYK Color Space.
HSLA32
A color in HSLA color space with 32-bit floating point components.
HSVA32
128-bit 4 channel color in the HSV Color Space.
RGB8
24-bit 3 channel color in the RGB Color Space.
RGBA8
32-bit 4 channel color in the RGB Color Space.
RGBA32
128-bit 4 channel color in the RGB Color Space.