Class WicColorContext
Inheritance
WicColorContext
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public sealed class WicColorContext : IDisposable
Constructors
|
Edit this page
View Source
WicColorContext(object)
Declaration
public WicColorContext(object handle)
Parameters
Type |
Name |
Description |
object |
handle |
|
Properties
|
Edit this page
View Source
Handle
Declaration
public object Handle { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
GetContextType()
Declaration
public WicColorContextType GetContextType()
Returns
|
Edit this page
View Source
GetExifColorSpace()
Declaration
public uint GetExifColorSpace()
Returns
|
Edit this page
View Source
GetProfileBytes()
Declaration
public byte[] GetProfileBytes()
Returns
|
Edit this page
View Source
InitializeFromExifColorSpace(uint)
Declaration
public void InitializeFromExifColorSpace(uint value)
Parameters
Type |
Name |
Description |
uint |
value |
|
|
Edit this page
View Source
InitializeFromFilename(string)
Declaration
public void InitializeFromFilename(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|
|
Edit this page
View Source
InitializeFromMemory(byte[])
Declaration
public void InitializeFromMemory(byte[] buffer)
Parameters
Type |
Name |
Description |
byte[] |
buffer |
|
Implements