6#include "drawing/color.h"
7#include "system/object.h"
9namespace System {
namespace Drawing {
namespace Imaging {
Represents a color. This type should be allocated on stack and passed to functions by value or by ref...
Definition: color.h:24
Represents a map for converting colors. Objects of this class should only be allocated using System::...
Definition: color_map.h:19
Color get_NewColor() const
Returns the new Color object representing the color to which to convert.
Color get_OldColor() const
Returns the old Color object representing the color to be converted.
void set_OldColor(const Color &value)
Sets the old Color object representing the color to be converted.
void set_NewColor(const Color &value)
Sets the new Color object representing the color to which to convert.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
SharedPtr< ColorMap > ColorMapPtr
An alias for a shared pointer to an instance of ColorMap class.
Definition: color_map.h:13
Definition: db_command.h:9