CreateTint()

IImageTransformOperationFactory::CreateTint(float, float) method

Creates Tint effect.

virtual System::SharedPtr<ITint> Aspose::Slides::Effects::IImageTransformOperationFactory::CreateTint(float hue, float amount)=0

Arguments

ParameterTypeDescription
huefloatHue.
amountfloatAmount.

Return Value

Tint effect.

See Also