TryGetMinMaxLuminance(UInt16,UInt16) Method (MprImage)
Returns the minimum and maximum luminance.
'Declaration
Public Function TryGetMinMaxLuminance( _
ByRef As UShort, _
ByRef As UShort _
) As Boolean
public: bool TryGetMinMaxLuminance(
[PARAMFLAG::Out] ushort ,
[PARAMFLAG::Out] ushort
)
Parameters
- minLuminance
- The minimum luminance.
- maxLuminance
- The maximum luminance.
Return Value
True if luminance values are received; otherwise, false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5