src.tests.hsv_from_rgb_test

Classes

HSVFromRGBTest()

class src.tests.hsv_from_rgb_test.HSVFromRGBTest
Author:

Alberto M. Esmoris Pena

HSV from RGB test that checks the HSV color representation is correctly derived from given RGB color components.

__init__()

Basic configuration for any VL3D test.

Parameters:

name (str) – Test name

run()

Run HSV from RGB test.

Returns:

True if HSVFromRGB works as expected for the test cases, False otherwise.

Return type:

bool