Home
last modified time | relevance | path

Searched refs:weightingBlue (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DtexUtils.h62 double weightingBlue; ///< The weighting of the Blue or Z Channel. member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h151 double weightingBlue; member
DTexConvert.cpp377 pConfig->weightingBlue = WEIGHTINGBLUE_DEFAULT; in InitializeConfig()
565 pConfig->weightingBlue = atof(argv[count + 1]); in InitializeConfig()
566 pConfig->useWeighting = (pConfig->weightingBlue != 1.0); in InitializeConfig()
736 convertOptions.weightingBlue = config.weightingBlue; in _tmain()