aurora-directx ~master (2020-02-01T22:21:58Z)
Dub
Repo
ID2D1EffectContext2
aurora
directx
d2d1
d2d1effectauthor_1
Undocumented in source.
version(Windows)
interface
ID2D1EffectContext2 :
ID2D1EffectContext1
{
HRESULT
CreateColorContextFromDxgiColorSpace
(DXGI_COLOR_SPACE_TYPE colorSpace, ID2D1ColorContext1* colorContext);
HRESULT
CreateColorContextFromSimpleColorProfile
(D2D1_SIMPLE_COLOR_PROFILE* simpleProfile, ID2D1ColorContext1* colorContext);
}
Members
Functions
CreateColorContextFromDxgiColorSpace
HRESULT
CreateColorContextFromDxgiColorSpace
(DXGI_COLOR_SPACE_TYPE colorSpace, ID2D1ColorContext1* colorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateColorContextFromSimpleColorProfile
HRESULT
CreateColorContextFromSimpleColorProfile
(D2D1_SIMPLE_COLOR_PROFILE* simpleProfile, ID2D1ColorContext1* colorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Inherited Members
From ID2D1EffectContext1
CreateLookupTable3D
HRESULT
CreateLookupTable3D
(D2D1_BUFFER_PRECISION precision, ubyte* extents, ubyte* data, uint dataCount, uint* strides, ID2D1LookupTable3D* lookupTable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
aurora
directx
d2d1
d2d1effectauthor_1
interfaces
ID2D1EffectContext1
ID2D1EffectContext2