[This is preliminary documentation and is subject to change.]
Collection of hues.
Namespace:
MulLibAssembly: MulLib (in MulLib.dll) Version: 1.0.0.0
Syntax
C# | Visual Basic | Visual C++ |
public sealed class Hues : IDisposable
Public NotInheritable Class Hues _ Implements IDisposable
public ref class Hues sealed : IDisposable
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | Hues()()() |
Constructs empty Hues object.
|
![]() | AddBlock(UInt32) |
Adds 8 hue entries to the list.
|
![]() | Dispose()()() |
Frees all resources holded by this object.
|
![]() | Disposed |
Returns True if object has been disposed; otherwise false.
|
![]() | Get(Int32) |
Returns hue of specified index.
|
![]() | Item[([(Int32])]) |
Gets or sets hue of specified index.
|
![]() ![]() | Load(String) |
Builds Hues object from file in Hues.mul format.
|
![]() | MaxIndex |
Gets maximum index that can be used.
|
![]() | MinIndex |
Gets minimum index that can be used
|
![]() | Save(String) |
Stores this object to specified file in Hues.mul format.
|
![]() | SyncRoot |
Gets synchronization object.
|