ColorInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColorInfo() | |
ColorInfo(String, String, IList<String>, String, Boolean) |
ColorInfo()
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
- accentColor
- String
- isBWImg
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET