This documentation is for the old version. Go to the latest Graphics Mill docs

ChannelsProvider Members

The ChannelsProvider type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method AddAlpha Overloaded.
Public method DiscardAlpha Overloaded.

Removes alpha channel from the current bitmap.

Public method Dispose

Releases all resources used by this ChannelsProvider.

(Overrides LockableObject.Dispose().)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SwapChannels

Swaps channels.

Public method ToString (Inherited from Object.)
Public method Transparentize

Sets alpha values of pixels with specified colors (and tolerant ones) to transparent.

Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property AlphaChannelIndex

Returns an index of the alpha channel.

Public property Channel Overloaded.

Extracts/replaces specified bitmap channel to/with grayscale Bitmap.

Public property Count

Returns number of channels available in current bitmap.

Public property IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Overrides LockableObject.Timeout.)

See Also

Reference