Module:Color/testcases explained

local p = require('Module:UnitTests')

function p:test01_rgb self:preprocess_equals_preprocess('', '')end

function p:test02_cmyk_black self:preprocess_equals_preprocess('', '')end

function p:test03_cmyk_white self:preprocess_equals_preprocess('', '')end

function p:test04_cmyk_turquoise self:preprocess_equals_preprocess('', '')end

function p:test05_cmyk_morchid self:preprocess_equals_preprocess('', '')end

function p:test06_cmyk_gold self:preprocess_equals_preprocess('', '')end

function p:test07_cmyk_gray self:preprocess_equals_preprocess('', '')end

function p:test08_hsl_black self:preprocess_equals_preprocess('', '')end

function p:test09_hsl_white self:preprocess_equals_preprocess('', '')end

function p:test10_hsl_crimson self:preprocess_equals_preprocess('', '')end

function p:test11_hsl_msgreen self:preprocess_equals_preprocess('', '')end

function p:test12_hsl_rblue self:preprocess_equals_preprocess('', '')end

function p:test13_hsv_black self:preprocess_equals_preprocess('', '')end

function p:test14_hsv_white self:preprocess_equals_preprocess('', '')end

function p:test15_hsv_crimson self:preprocess_equals_preprocess('', '')end

function p:test16_hsv_msgreen self:preprocess_equals_preprocess('', '')end

function p:test17_hsv_rblue self:preprocess_equals_preprocess('', '')end

function p:test18_cielch_black self:preprocess_equals_preprocess('', '')end

function p:test19_cielch_white self:preprocess_equals_preprocess('', '')end

function p:test20_cielch_red self:preprocess_equals_preprocess('', '')end

function p:test21_cielch_yellow self:preprocess_equals_preprocess('', '')end

function p:test22_cielch_green self:preprocess_equals_preprocess('', '')end

function p:test23_cielch_cyan self:preprocess_equals_preprocess('', '')end

function p:test24_cielch_blue self:preprocess_equals_preprocess('', '')end

function p:test25_cielch_magenta self:preprocess_equals_preprocess('', '')end

function p:test26_cielch_grey self:preprocess_equals_preprocess('', '')end

function p:test27_cielch_awhite self:preprocess_equals_preprocess('', '')end

function p:test28_cielch_onyx self:preprocess_equals_preprocess('', '')end

function p:test29_cielch_licorice self:preprocess_equals_preprocess('', '')end

function p:test30_cmyk_darkestred self:preprocess_equals_preprocess('', '')end

function p:test31_cmyk_darkestgreen self:preprocess_equals_preprocess('', '')end

function p:test32_cmyk_darkestblue self:preprocess_equals_preprocess('', '')end

function p:test33_hsl_neargrey1 self:preprocess_equals_preprocess('', '')end

function p:test34_hsl_neargrey2 self:preprocess_equals_preprocess('', '')end

function p:test35_hsl_darkestred self:preprocess_equals_preprocess('', '')end

function p:test36_hsl_darkestgreen self:preprocess_equals_preprocess('', '')end

function p:test37_hsl_darkestblue self:preprocess_equals_preprocess('', '')end

function p:test38_hsl_lightestcyan self:preprocess_equals_preprocess('', '')end

function p:test39_hsl_lightestmagenta self:preprocess_equals_preprocess('', '')end

function p:test40_hsl_lightestyellow self:preprocess_equals_preprocess('', '')end

function p:test41_hsv_neargrey1 self:preprocess_equals_preprocess('', '')end

function p:test42_hsv_neargrey2 self:preprocess_equals_preprocess('', '')end

function p:test43_hsv_darkestred self:preprocess_equals_preprocess('', '')end

function p:test44_hsv_darkestgreen self:preprocess_equals_preprocess('', '')end

function p:test45_hsv_darkestblue self:preprocess_equals_preprocess('', '')end

function p:test46_cielch_neargrey self:preprocess_equals_preprocess('', '')end

function p:test47_cielch_darkestred self:preprocess_equals_preprocess('', '')end

function p:test48_cielch_darkestgreen self:preprocess_equals_preprocess('', '')end

function p:test49_cielch_darkestblue self:preprocess_equals_preprocess('', '')end

function p:test50_cielch_lightestcyan self:preprocess_equals_preprocess('', '')end

function p:test51_cielch_lightestmagenta self:preprocess_equals_preprocess('', '')end

function p:test52_cielch_lightestyellow self:preprocess_equals_preprocess('', '')end

function p:test53_mix1 self:preprocess_equals_preprocess('', '')end

function p:test54_mix2 self:preprocess_equals_preprocess('', '')end

function p:test55_mix_limit1 self:preprocess_equals_preprocess('', '')end

function p:test56_mix_limit2 self:preprocess_equals_preprocess('', '')end

function p:test57_mix_clamp self:preprocess_equals_preprocess('', '')end

function p:test58_mix_negative self:preprocess_equals_preprocess('', '')end

function p:test59_mix_proportion_range self:preprocess_equals_preprocess('', '')end

return p