| 
       << Click to display table of contents >> TRVMColor | 
    
A type of data that can be sent between TRVCamSender, TRVCamReceiver and TRVMediaServer.
Unit [VCL and LCL] MRVCore;
Unit [FMX] fmxMRVCore;
VCL and LCL:
type
  TRVMColor = TColor;
FMX:
type
  TRVMColor = TAlphaColor;