Einhugur macOS Bridge plugin.

EinhugurMacOSBridge.NSColorList Class (console safe)

A class that represents named list of NSColor, with keyed values in specific order.

NSObject
   NSColorList

class EinhugurMacOSBridge.NSColorList

Constructors

NSColorListThis constructor is private since instances of this class can only be created with a shared method.

Properties

EditableReturns true if the list is editable, else false.
NameReturns the name of the list.
Handle (Inherited) Returns Integer handle to the native NSObject structure.

Methods

InsertInserts into the list
Operator_SubscriptSets color by a key.
Operator_SubscriptReturns color by given key from the list.
Release (Inherited) Releases the NSObject.
RemoveRemoves color by the supplied key.
Retain (Inherited) Retains the NSObject
shared WithNameInitializes NSColorList instance and returns the receiver, registering it under the given name if it isn’t in use already.

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit

    Unsupported Platforms:

  • MacOS X Carbon
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM