CameraImagingBackLightCompensation Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic float BackLightCompensation { get; set; }
Public Property BackLightCompensation As Single
Get
Set
public:
virtual property float BackLightCompensation {
float get () sealed;
void set (float value) sealed;
}
abstract BackLightCompensation : float32 with get, set
override BackLightCompensation : float32 with get, set
Property Value
SingleImplements
ICameraImagingBackLightCompensation
See Also