'Declaration Public Overloads Shared Sub AdjustWhiteBalance( _ ByVal page As ImGearRasterPage, _ ByVal sourceWhiteXY As ImGearDoublePoint, _ ByVal destinationWhiteXY As ImGearDoublePoint _ )
'Usage Dim page As ImGearRasterPage Dim sourceWhiteXY As ImGearDoublePoint Dim destinationWhiteXY As ImGearDoublePoint ImGearEffects.AdjustWhiteBalance(page, sourceWhiteXY, destinationWhiteXY)
public static void AdjustWhiteBalance( ImGearRasterPage page, ImGearDoublePoint sourceWhiteXY, ImGearDoublePoint destinationWhiteXY )
public: static void AdjustWhiteBalance( ImGearRasterPage* page, ImGearDoublePoint sourceWhiteXY, ImGearDoublePoint destinationWhiteXY )
public: static void AdjustWhiteBalance( ImGearRasterPage^ page, ImGearDoublePoint sourceWhiteXY, ImGearDoublePoint destinationWhiteXY )
Parameters
- page
- Page to process.
- sourceWhiteXY
- White point used when shooting the source picture.
- destinationWhiteXY
- Correct white point, matching actual shooting conditions better.