PostEffectChannel Class |
[Missing <summary> documentation for "T:Rhino.Render.PostEffects.PostEffectChannel"]
Namespace: Rhino.Render.PostEffects
The PostEffectChannel type exposes the following members.
Name | Description | |
---|---|---|
Id |
Return the channel id which indicates what type of data is used in this channel.
| |
PixelSize |
Return the pixel size in bytes for this channel.
|
Name | Description | |
---|---|---|
Clone |
Return a clone of this channel.
| |
Commit |
Commit changes to the channel so that those changes can be used by subsequent post effects in the chain.
Only valid for channels that were obtained by calling GetChannelForWrite().
If the channel has the same id as an existing channel, the existing channel will be replaced by
the new one. If the existing channel was created by a previous post effect in the chain, it will be deleted.
Changes to channels that are not commited simply get ignored.
Note: This call merely sets a flag. The process is deferred until after the post effect has finished executing.
| |
CPU |
Return an interface to this channel for doing channel operations on the CPU.
| |
Dispose | Releases all resources used by the PostEffectChannel | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GPU |
Return an interface to this channel for doing channel operations on the GPU.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |