Table of Contents

TAlphaModFixBlipTransform Class

Represents a transform that changes the opacity of the image.

Syntax

Unit: FlexCel.Core

TAlphaModFixBlipTransform = class(TBlipTransform);

Constructors

Name Description
Create Creates a new transform.

Methods

Name Description
Clone Creates a deep copy of the object.
CompareTo Compares two instances.
Equals Returns true if both objects have the same contents.
GetHashCode Returns the hashcode of the object.

Properties

Name Description
Alpha Opacity which will be multiplied by the image opacity to get the final opacity. 0 Means fully opaque and 1 fully transparent.