class ColorSource

Defined at line 16 of file ../../src/camera/lib/image_utils/color_source.h

ColorSource steps through hue at a constant rate in HSV colorspace,

with saturation and value remaining constant. An RGB color is written to

a buffer provided.

Public Methods

void FillARGB (void * start, size_t buffer_size)

Write the next color in the progression to the buffer.

Defined at line 38 of file ../../src/camera/lib/image_utils/color_source.cc

void hsv_color (uint32_t index, uint8_t * r, uint8_t * g, uint8_t * b)

Defined at line 63 of file ../../src/camera/lib/image_utils/color_source.cc