Exemplo n.º 1
0
 public static extern int IWICDevelopRaw_GetToneCurve_Stub(
     IWICDevelopRaw This,
     out uint pcPoints,
     out IntPtr paPoints
     );
Exemplo n.º 2
0
 public static extern int IWICDevelopRaw_SetToneCurve_Stub(
     IWICDevelopRaw This,
     uint cPoints,
     ref WICRawToneCurvePoint aPoints
     );
Exemplo n.º 3
0
 public static extern int IWICDevelopRaw_GetToneCurve_Proxy(
     IWICDevelopRaw This,
     uint cbToneCurveBufferSize,
     out WICRawToneCurve pToneCurve,
     out uint pcbActualToneCurveBufferSize
     );
Exemplo n.º 4
0
 public static extern int IWICDevelopRaw_SetToneCurve_Proxy(
     IWICDevelopRaw This,
     uint cbToneCurveSize,
     ref WICRawToneCurve pToneCurve
     );
Exemplo n.º 5
0
 public static extern int IWICDevelopRaw_QueryRawCapabilitiesInfo_Stub(
     IWICDevelopRaw This,
     out WICRawCapabilitiesInfo pInfo
     );
Exemplo n.º 6
0
 public static extern int IWICDevelopRaw_Remote_GetToneCurve_Proxy(
     IWICDevelopRaw This,
     out uint pcPoints,
     out IntPtr paPoints
     );
Exemplo n.º 7
0
 public static extern int IWICDevelopRaw_Remote_SetToneCurve_Proxy(
     IWICDevelopRaw This,
     uint cPoints,
     ref WICRawToneCurvePoint aPoints
     );
Exemplo n.º 8
0
 public static extern int IWICDevelopRaw_Remote_QueryRawCapabilitiesInfo_Proxy(
     IWICDevelopRaw This,
     out WICRawCapabilitiesInfo pInfo
     );