'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Overloads Function DetectColor( _ ByVal options As DetectColorOptions _ ) As DetectColorResults
'Usage Dim instance As ScanFix Dim options As DetectColorOptions Dim value As DetectColorResults value = instance.DetectColor(options)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public DetectColorResults DetectColor( DetectColorOptions options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: DetectColorResults* DetectColor( DetectColorOptions* options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: DetectColorResults^ DetectColor( DetectColorOptions^ options )
Parameters
- options
- An object containing parameters that control the enhancement process
Return Value
A DetectColorResults object containing information about the results of the color detection process.