6#include <xtd/collections/generic/list>
7#include <xtd/iequatable>
61 bool equals(const
object& obj) const noexcept override;
75 xtd::collections::generic::list<
color> entries_;
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:59
Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:49
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:53
Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors....
Definition color_palette.hpp:31
xtd::array< color > entries() const noexcept
Gets an array of color structures.
xtd::size get_hash_code() const noexcept override
Serves as a hash function for a particular type.
bool equals(const object &obj) const noexcept override
Determines whether the specified object is equal to the current object.
int32 flags() const noexcept
Gets a value that specifies how to interpret the color information in the array of colors.
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
@ other
The operating system is other.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31