com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITintEffectiveData

  • All Known Implementing Classes:
    TintEffectiveData


    public interface ITintEffectiveData

    Immutable object which represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.

    • Method Detail

      • getHue

        float getHue()

        Returns hue. Read-only float.

      • getAmount

        float getAmount()

        Returns effect amount. Read-only float.