enum cv::viz::ShadingValues

#include <widgets.hpp>

enum ShadingValues
{
    SHADING_FLAT,
    SHADING_GOURAUD,
    SHADING_PHONG,
};