The XBlending type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Compare |
Compares two XBlending class instances.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | SetRenderBlending |
Sets the blending mode for the given device.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Add |
Defines blending using the component sum.
|
![]() ![]() | Alpha |
Defines blending using the alpha component.
|
![]() ![]() | Modulate |
Defines blending using the component modulation.
|
![]() ![]() | None |
Defines blending with the full overlay of the first component. The second component is ommited.
|
![]() ![]() | TransparentColor |
Defines blending using the transparent color.
|
Properties
Name | Description | |
---|---|---|
![]() | Destination |
Returns the Blend color blending at the target object.
|
![]() | Source |
Returns the Blend color blending at the source object.
|