ColorOffset Class

Represent color offset.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.AnimationColorOffset

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ColorOffset : IColorOffset

The ColorOffset type exposes the following members.

Constructors
  NameDescription
Public methodColorOffset
Initializes a new instance of the ColorOffset class
Properties
  NameDescription
Public propertyValue0
Defines first value of offset. Read/write Single.
Public propertyValue1
Defines second value of offset. Read/write Single.
Public propertyValue2
Defines third value of offset. Read/write Single.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also