Colors channels can be represented as floating point numbers between 0.0 (min) and 1.0 (max) via colorF data type.
colorF
colorF c1(0.2, 0.6, 0.8); // r,g,b; a=1.0
ColorF can be converted to a Color value:
colorF c2 = wpf_color_constant::brown; color c4 = c2;
There was an error while loading. Please reload this page.