CreateTint()

ImageTransformOperationFactory::CreateTint(float, float) method

Creates Tint effect.

System::SharedPtr<ITint> Aspose::Slides::Effects::ImageTransformOperationFactory::CreateTint(float hue, float amount) override

Arguments

ParameterTypeDescription
huefloatHue.
amountfloatAmount.

Return Value

Tint effect.

See Also