ColorChange

ColorChange class

Represents a Color Change effect.
Instances of FromColor are replaced with instances of ToColor.

The ColorChange type exposes the following members:

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
from_colorColor which will be replaced.
Read-only IColorFormat.
to_colorColor which will replace.
Read-only IColorFormat.
slideReturns the base slide.
Read-only IBaseSlide.
presentationReturns the presentation.
Read-only IPresentation.
as_i_image_transform_operationAllows to get base IImageTransformOperation interface.
Read-only IImageTransformOperation.

Methods

NameDescription
get_effective()Gets effective Color Change effect data with the inheritance applied.

See Also