<< Click to display table of contents >> TRVCamMultiView.Color, ViewerColor |
Background colors.
property Color: TRVMColor;
property ViewerColor: TRVMColor;
Color is a background color of this component. ViewerColor is a default background color for viewer windows (it can be overridden by Viewers[].Color).
Default value [VCL and LCL]
•Color: $00E7BE9F
•ViewerColor: $00E7BE9F
Default value [FMX]
•Color: TAlphaColorRec.White
•ViewerColor: $FF9FBEE7
See also