FMX.Colors.TColorQuad.Alpha

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Alpha: Single read FAlpha write SetAlpha;

C++

__property float Alpha = {read=FAlpha, write=SetAlpha};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorQuad

Description

Specifies the alpha channel (transparency) to apply to the selected color.

Change the Alpha property to a value in the range from 0 through 1 to set the alpha channel (transparency) for the selected color.

See Also