public sealed class ImageProperties : IMessage<ImageProperties>, IEquatable<ImageProperties>, IDeepCloneable<ImageProperties>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ImageProperties` class, which is utilized for storing image characteristics such as dominant colors."],["The `ImageProperties` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 3.7.0 is the most recent version available, and the page lists version information and documentation for version 2.3.0 up to the latest version of the class."],["The `ImageProperties` class has two constructors, one default and one that takes another `ImageProperties` object as a parameter."],["A key property of the `ImageProperties` class is `DominantColors`, which is of type `DominantColorsAnnotation` and stores the dominant colors in the image."]]],[]]