Palette Class
A simple color table, holding color information for one or more rasters.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class Palette : ResourceObject
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Palette
Platforms
Windows, Linux, Android
Palette Members
The Palette type has the following members.
Constructors
Name | Description |
---|---|
Palette | Initializes a new instance of the Palette class with the given number of color entries. |
Properties
Name | Description |
---|---|
Count | Gets the number of color entries in the table. |
IsDisposed | Gets a value that tells whether the current Palette has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the Palette. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current Palette represents. Inherited from EngineObject |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
GetColor | Gets the color at the specified index. |
SetColor | Sets the color at the specified index. |