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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET