TRVCamControl.Color, ParentColor, BorderColor, ArrowLineColor, ArrowColor, ArrowColorClicked, ArrowColorHot, DiskColor, DiskBrightness

<< Click to display table of contents >>

TRVCamControl.Color, ParentColor, BorderColor, ArrowLineColor, ArrowColor, ArrowColorClicked, ArrowColorHot, DiskColor, DiskBrightness

Colors

property Color: TRVMColor;

property BorderColor: TRVMColor;

property ArrowLineColor: TRVMColor;

property ArrowColor: TRVMColor;

property ArrowColorClicked: TRVMColor;

property ArrowColorHot: TRVMColor;

property DiskColor: TRVMColor;

property DiskBrightness: Integer;

VCL and LCL:

property ParentColor: Boolean;

rvcamcontrol_colors

Color defines the background color (around the control). If ParentColor=True, the background is not painted, so the control is transparent.

BorderColor is a color of the bordering circle.

ArrowLineColor is a color of arrows' borders.

ArrowColor, ArrowColorClicked, ArrowColorHot are colors of arrows: normal, clicked, below the mouse pointer respectively.

DiskColor and DiskBrigtness define the color of the control itself (disk). DiskColor defines hue, DiskBrigtness defines brightness (the larger the brighter).

When activating Delphi XE2+ styles, system colors are changed to the corresponding style colors.

Default values [VCL and LCL]

ParentColor: True

BorderColor: $009D6135

ArrowLineColor: clWhite

ArrowColor: $009D6135

ArrowColorClicked: $000E94DC

ArrowColorHot: $00DDA67D

DiskColor: $007F7F7F

DiskBrightness: 100

Default values [FMX]

BorderColor: $FF35619D

ArrowLineColor: TAlphaColorRec.White

ArrowColor: $FF35619D

ArrowColorClicked: $FFDC940E

ArrowColorHot: $FF7DA6DD

DiskColor: $FF7F7F7F

DiskBrightness: 100