# C1.Util.DX.WIC.DevelopRaw

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_WIC_DevelopRaw" data-uid="C1.Util.DX.WIC.DevelopRaw" class="text-break">DevelopRaw Class
</h1>
  <div class="markdown level0 summary"><p>IWICDevelopRaw</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.ComObject.html">ComObject</a></div>
    <div class="level4"><a class="xref" href="C1.Util.DX.WIC.BitmapSource.html">BitmapSource</a></div>
    <div class="level5"><a class="xref" href="C1.Util.DX.WIC.BitmapFrameDecode.html">BitmapFrameDecode</a></div>
    <div class="level6"><span class="xref">DevelopRaw</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Util.DX.IUnknown.html">IUnknown</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_WIC_DevelopRaw_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;fbec5e44-f7be-4b65-b7f8-c0c81fef026d&quot;)]
public class DevelopRaw : BitmapFrameDecode, IDisposable, IUnknown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;fbec5e44-f7be-4b65-b7f8-c0c81fef026d&quot;)&gt;
Public Class DevelopRaw
    Inherits BitmapFrameDecode
    Implements IDisposable, IUnknown</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw__ctor_System_IntPtr_" data-uid="C1.Util.DX.WIC.DevelopRaw.#ctor(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.-ctor.html#C1_Util_DX_WIC_DevelopRaw__ctor_System_IntPtr_">DevelopRaw(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.html">DevelopRaw</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetContrast" data-uid="C1.Util.DX.WIC.DevelopRaw.GetContrast">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetContrast.html#C1_Util_DX_WIC_DevelopRaw_GetContrast">GetContrast()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetContrast([Out] double* pContrast)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetCurrentParameterSet" data-uid="C1.Util.DX.WIC.DevelopRaw.GetCurrentParameterSet">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetCurrentParameterSet.html#C1_Util_DX_WIC_DevelopRaw_GetCurrentParameterSet">GetCurrentParameterSet()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetCurrentParameterSet([Out] IPropertyBag2** ppCurrentParameterSet)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetExposureCompensation" data-uid="C1.Util.DX.WIC.DevelopRaw.GetExposureCompensation">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetExposureCompensation.html#C1_Util_DX_WIC_DevelopRaw_GetExposureCompensation">GetExposureCompensation()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetExposureCompensation([Out] double* pEV)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetGamma" data-uid="C1.Util.DX.WIC.DevelopRaw.GetGamma">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetGamma.html#C1_Util_DX_WIC_DevelopRaw_GetGamma">GetGamma()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetGamma([Out] double* pGamma)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetKelvinRangeInfo_System_Int32__System_Int32__System_Int32__" data-uid="C1.Util.DX.WIC.DevelopRaw.GetKelvinRangeInfo(System.Int32@,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetKelvinRangeInfo.html#C1_Util_DX_WIC_DevelopRaw_GetKelvinRangeInfo_System_Int32__System_Int32__System_Int32__">GetKelvinRangeInfo(out int, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetKelvinRangeInfo([Out] unsigned int* pMinKelvinTemp,[Out] unsigned int* pMaxKelvinTemp,[Out] unsigned int* pKelvinTempStepValue)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetNamedWhitePoint" data-uid="C1.Util.DX.WIC.DevelopRaw.GetNamedWhitePoint">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetNamedWhitePoint.html#C1_Util_DX_WIC_DevelopRaw_GetNamedWhitePoint">GetNamedWhitePoint()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetNamedWhitePoint([Out] WICNamedWhitePoint* pWhitePoint)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetNoiseReduction" data-uid="C1.Util.DX.WIC.DevelopRaw.GetNoiseReduction">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetNoiseReduction.html#C1_Util_DX_WIC_DevelopRaw_GetNoiseReduction">GetNoiseReduction()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetNoiseReduction([Out] double* pNoiseReduction)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetRenderMode" data-uid="C1.Util.DX.WIC.DevelopRaw.GetRenderMode">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetRenderMode.html#C1_Util_DX_WIC_DevelopRaw_GetRenderMode">GetRenderMode()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetRenderMode([Out] WICRawRenderMode* pRenderMode)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetRotation" data-uid="C1.Util.DX.WIC.DevelopRaw.GetRotation">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetRotation.html#C1_Util_DX_WIC_DevelopRaw_GetRotation">GetRotation()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetRotation([Out] double* pRotation)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetSaturation" data-uid="C1.Util.DX.WIC.DevelopRaw.GetSaturation">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetSaturation.html#C1_Util_DX_WIC_DevelopRaw_GetSaturation">GetSaturation()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetSaturation([Out] double* pSaturation)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetSharpness" data-uid="C1.Util.DX.WIC.DevelopRaw.GetSharpness">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetSharpness.html#C1_Util_DX_WIC_DevelopRaw_GetSharpness">GetSharpness()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetSharpness([Out] double* pSharpness)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetTint" data-uid="C1.Util.DX.WIC.DevelopRaw.GetTint">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetTint.html#C1_Util_DX_WIC_DevelopRaw_GetTint">GetTint()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetTint([Out] double* pTint)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetToneCurve_System_Int32_C1_Util_DX_WIC_RawToneCurve___System_IntPtr_" data-uid="C1.Util.DX.WIC.DevelopRaw.GetToneCurve(System.Int32,C1.Util.DX.WIC.RawToneCurve[],System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetToneCurve.html#C1_Util_DX_WIC_DevelopRaw_GetToneCurve_System_Int32_C1_Util_DX_WIC_RawToneCurve___System_IntPtr_">GetToneCurve(int, RawToneCurve[], IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetToneCurve([In] unsigned int cbToneCurveBufferSize,[Out, Buffer, Optional] WICRawToneCurve* pToneCurve,[InOut, Optional] unsigned int* pcbActualToneCurveBufferSize)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetWhitePointKelvin" data-uid="C1.Util.DX.WIC.DevelopRaw.GetWhitePointKelvin">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetWhitePointKelvin.html#C1_Util_DX_WIC_DevelopRaw_GetWhitePointKelvin">GetWhitePointKelvin()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetWhitePointKelvin([Out] unsigned int* pWhitePointKelvin)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_GetWhitePointRGB_System_Int32__System_Int32__System_Int32__" data-uid="C1.Util.DX.WIC.DevelopRaw.GetWhitePointRGB(System.Int32@,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.GetWhitePointRGB.html#C1_Util_DX_WIC_DevelopRaw_GetWhitePointRGB_System_Int32__System_Int32__System_Int32__">GetWhitePointRGB(out int, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::GetWhitePointRGB([Out] unsigned int* pRed,[Out] unsigned int* pGreen,[Out] unsigned int* pBlue)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_LoadParameterSet_C1_Util_DX_WIC_RawParameterSet_" data-uid="C1.Util.DX.WIC.DevelopRaw.LoadParameterSet(C1.Util.DX.WIC.RawParameterSet)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.LoadParameterSet.html#C1_Util_DX_WIC_DevelopRaw_LoadParameterSet_C1_Util_DX_WIC_RawParameterSet_">LoadParameterSet(RawParameterSet)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::LoadParameterSet([In] WICRawParameterSet ParameterSet)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_QueryRawCapabilitiesInfo_C1_Util_DX_WIC_RawCapabilitiesInfo__" data-uid="C1.Util.DX.WIC.DevelopRaw.QueryRawCapabilitiesInfo(C1.Util.DX.WIC.RawCapabilitiesInfo@)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.QueryRawCapabilitiesInfo.html#C1_Util_DX_WIC_DevelopRaw_QueryRawCapabilitiesInfo_C1_Util_DX_WIC_RawCapabilitiesInfo__">QueryRawCapabilitiesInfo(ref RawCapabilitiesInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::QueryRawCapabilitiesInfo([In] WICRawCapabilitiesInfo* pInfo)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetContrast_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetContrast(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetContrast.html#C1_Util_DX_WIC_DevelopRaw_SetContrast_System_Double_">SetContrast(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetContrast([In] double Contrast)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetDestinationColorContext_C1_Util_DX_WIC_ColorContext_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetDestinationColorContext(C1.Util.DX.WIC.ColorContext)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetDestinationColorContext.html#C1_Util_DX_WIC_DevelopRaw_SetDestinationColorContext_C1_Util_DX_WIC_ColorContext_">SetDestinationColorContext(ColorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetDestinationColorContext([In, Optional] IWICColorContext* pColorContext)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetExposureCompensation_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetExposureCompensation(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetExposureCompensation.html#C1_Util_DX_WIC_DevelopRaw_SetExposureCompensation_System_Double_">SetExposureCompensation(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetExposureCompensation([In] double ev)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetGamma_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetGamma(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetGamma.html#C1_Util_DX_WIC_DevelopRaw_SetGamma_System_Double_">SetGamma(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetGamma([In] double Gamma)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetNamedWhitePoint_C1_Util_DX_WIC_NamedWhitePoint_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetNamedWhitePoint(C1.Util.DX.WIC.NamedWhitePoint)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetNamedWhitePoint.html#C1_Util_DX_WIC_DevelopRaw_SetNamedWhitePoint_C1_Util_DX_WIC_NamedWhitePoint_">SetNamedWhitePoint(NamedWhitePoint)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetNamedWhitePoint([In] WICNamedWhitePoint WhitePoint)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetNoiseReduction_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetNoiseReduction(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetNoiseReduction.html#C1_Util_DX_WIC_DevelopRaw_SetNoiseReduction_System_Double_">SetNoiseReduction(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetNoiseReduction([In] double NoiseReduction)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetNotificationCallback_C1_Util_DX_WIC_DevelopRawNotificationCallback_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetNotificationCallback(C1.Util.DX.WIC.DevelopRawNotificationCallback)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetNotificationCallback.html#C1_Util_DX_WIC_DevelopRaw_SetNotificationCallback_C1_Util_DX_WIC_DevelopRawNotificationCallback_">SetNotificationCallback(DevelopRawNotificationCallback)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetNotificationCallback([In, Optional] IWICDevelopRawNotificationCallback* pCallback)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetRenderMode_C1_Util_DX_WIC_RawRenderMode_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetRenderMode(C1.Util.DX.WIC.RawRenderMode)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetRenderMode.html#C1_Util_DX_WIC_DevelopRaw_SetRenderMode_C1_Util_DX_WIC_RawRenderMode_">SetRenderMode(RawRenderMode)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetRenderMode([In] WICRawRenderMode RenderMode)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetRotation_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetRotation(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetRotation.html#C1_Util_DX_WIC_DevelopRaw_SetRotation_System_Double_">SetRotation(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetRotation([In] double Rotation)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetSaturation_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetSaturation(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetSaturation.html#C1_Util_DX_WIC_DevelopRaw_SetSaturation_System_Double_">SetSaturation(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetSaturation([In] double Saturation)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetSharpness_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetSharpness(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetSharpness.html#C1_Util_DX_WIC_DevelopRaw_SetSharpness_System_Double_">SetSharpness(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetSharpness([In] double Sharpness)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetTint_System_Double_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetTint(System.Double)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetTint.html#C1_Util_DX_WIC_DevelopRaw_SetTint_System_Double_">SetTint(double)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetTint([In] double Tint)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetToneCurve_System_Int32_C1_Util_DX_WIC_RawToneCurve___" data-uid="C1.Util.DX.WIC.DevelopRaw.SetToneCurve(System.Int32,C1.Util.DX.WIC.RawToneCurve[])">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetToneCurve.html#C1_Util_DX_WIC_DevelopRaw_SetToneCurve_System_Int32_C1_Util_DX_WIC_RawToneCurve___">SetToneCurve(int, RawToneCurve[])</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetToneCurve([In] unsigned int cbToneCurveSize,[In, Buffer] const WICRawToneCurve* pToneCurve)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetWhitePointKelvin_System_Int32_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetWhitePointKelvin(System.Int32)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetWhitePointKelvin.html#C1_Util_DX_WIC_DevelopRaw_SetWhitePointKelvin_System_Int32_">SetWhitePointKelvin(int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetWhitePointKelvin([In] unsigned int WhitePointKelvin)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_SetWhitePointRGB_System_Int32_System_Int32_System_Int32_" data-uid="C1.Util.DX.WIC.DevelopRaw.SetWhitePointRGB(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.SetWhitePointRGB.html#C1_Util_DX_WIC_DevelopRaw_SetWhitePointRGB_System_Int32_System_Int32_System_Int32_">SetWhitePointRGB(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICDevelopRaw::SetWhitePointRGB([In] unsigned int Red,[In] unsigned int Green,[In] unsigned int Blue)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_DevelopRaw_op_Explicit_System_IntPtr__C1_Util_DX_WIC_DevelopRaw" data-uid="C1.Util.DX.WIC.DevelopRaw.op_Explicit(System.IntPtr)~C1.Util.DX.WIC.DevelopRaw">
          <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.op_Explicit.html#C1_Util_DX_WIC_DevelopRaw_op_Explicit_System_IntPtr__C1_Util_DX_WIC_DevelopRaw">explicit operator DevelopRaw(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> to <a class="xref" href="C1.Util.DX.WIC.DevelopRaw.html">DevelopRaw</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
