TdxAlphaColors.Blend(TdxAlphaColor,TdxAlphaColor) Method
In This Article
Blends two specified colors into a new color.
#Declaration
Delphi
class function Blend(AColor: TdxAlphaColor; ABackgroundColor: TdxAlphaColor): TdxAlphaColor; overload; static;
#Parameters
Name | Type |
---|---|
AColor | Tdx |
ABackground |
Tdx |
#Returns
Type |
---|
Tdx |
#Remarks
This function returns a solid color calculated based on the red, green, and blue components of the AColor and ABackgroundColor, and the alpha value of the AColor.
See Also