Aspose::Page::Drawing::Color::GetSaturation method

Color::GetSaturation method

Gets the hue-saturation-brightness (HSB) saturation value for this T:Aspose::Page::Drawing::Color structure.

float Aspose::Page::Drawing::Color::GetSaturation()

ReturnValue

The saturation of this T:Aspose::Page::Drawing::Color. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.

See Also