Aracılığıyla paylaş


ImageObject.AccentColor Property

Definition

Gets a three-byte hexadecimal number that represents the color that dominates the image. Use the color as the temporary background in your client until the image is loaded.

[Newtonsoft.Json.JsonProperty(PropertyName="accentColor")]
public string AccentColor { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accentColor")>]
member this.AccentColor : string
Public ReadOnly Property AccentColor As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to