Direct2D.TDirect2DBrush.Color
From RAD Studio VCL Reference
Delphi Information
From Direct2D.pas
property Color: TColor read GetColor write SetColor;
Unit: Direct2D
Type: property
Visibility: published
Member Of: TDirect2DBrush
Description
Indicates the color of the brush.
The Color property determines the color of the brush. This is the color that is used to draw the pattern represented by the Style property, not the background color of the brush (unless Style is bsSolid).
Note: If the value of the Style property is bsClear, the Color property is ignored. Further, any value assigned to the Color property is lost when Style is set to bsClear.