Share via


ColorInfo Constructors

Definition

Overloads

ColorInfo()
ColorInfo(String, String, IList<String>, String, Boolean)

ColorInfo()

Source:
ColorInfo.cs
public ColorInfo ();
Public Sub New ()

Applies to

ColorInfo(String, String, IList<String>, String, Boolean)

Source:
ColorInfo.cs
public ColorInfo (string dominantColorForeground = default, string dominantColorBackground = default, System.Collections.Generic.IList<string> dominantColors = default, string accentColor = default, bool isBWImg = false);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ColorInfo : string * string * System.Collections.Generic.IList<string> * string * bool -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ColorInfo
Public Sub New (Optional dominantColorForeground As String = Nothing, Optional dominantColorBackground As String = Nothing, Optional dominantColors As IList(Of String) = Nothing, Optional accentColor As String = Nothing, Optional isBWImg As Boolean = false)

Parameters

dominantColorForeground
String
dominantColorBackground
String
dominantColors
IList<String>
accentColor
String
isBWImg
Boolean

Applies to