Interface IDeviceColorContext
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents a color context that can be used with an IDeviceBitmap or the Color Management effect.
This interface corresponds to the following Direct2D interfaces:
ID2D1ColorContextID2D1ColorContext1
public interface IDeviceColorContext : IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- ColorSpace
Gets the color space of the color context.
- DxgiColorSpace
Retrieves the DXGI color space of this context. Returns Custom when Type is Icc.
- SimpleColorProfile
Gets the SimpleColorProfile used to create this color context.
- Type
Retrieves the color context type.
Methods
- GetProfileBytes()
Gets the color profile bytes.