Impact Acquire SDK Java
TWhiteBalanceParameter Class Reference

Defines valid parameter sets selectable via the WhiteBalance property. More...

Static Public Attributes

static final int wbpBlueSky = acquireJNI.wbpBlueSky_get()
 A set of constant parameters optimised for scenes illuminated by day light and perfect weather.
 
static final int wbpDayLight = acquireJNI.wbpDayLight_get()
 A set of constant parameters optimised for scenes illuminated by day light.
 
static final int wbpFluorescent = acquireJNI.wbpFluorescent_get()
 A set of constant parameters optimised for scenes illuminated by fluorescent light sources.
 
static final int wbpHalogen = acquireJNI.wbpHalogen_get()
 A set of constant parameters optimised for scenes illuminated by halogen light sources.
 
static final int wbpPhotoFlash = acquireJNI.wbpPhotoFlash_get()
 A set of constant parameters optimised for scenes illuminated by photo flash light sources.
 
static final int wbpTungsten = acquireJNI.wbpTungsten_get()
 A set of constant parameters optimised for scenes illuminated by tungsten light sources.
 
static final int wbpUser1 = acquireJNI.wbpUser1_get()
 A parameter set which can be modified by the user.
 
static final int wbpUser2 = acquireJNI.wbpUser2_get()
 A parameter set which can be modified by the user.
 
static final int wbpUser3 = acquireJNI.wbpUser3_get()
 A parameter set which can be modified by the user.
 
static final int wbpUser4 = acquireJNI.wbpUser4_get()
 A parameter set which can be modified by the user.
 

Detailed Description

Defines valid parameter sets selectable via the WhiteBalance property.

Member Data Documentation

◆ wbpBlueSky

final int wbpBlueSky = acquireJNI.wbpBlueSky_get()
static

A set of constant parameters optimised for scenes illuminated by day light and perfect weather.

◆ wbpDayLight

final int wbpDayLight = acquireJNI.wbpDayLight_get()
static

A set of constant parameters optimised for scenes illuminated by day light.

◆ wbpFluorescent

final int wbpFluorescent = acquireJNI.wbpFluorescent_get()
static

A set of constant parameters optimised for scenes illuminated by fluorescent light sources.

◆ wbpHalogen

final int wbpHalogen = acquireJNI.wbpHalogen_get()
static

A set of constant parameters optimised for scenes illuminated by halogen light sources.

◆ wbpPhotoFlash

final int wbpPhotoFlash = acquireJNI.wbpPhotoFlash_get()
static

A set of constant parameters optimised for scenes illuminated by photo flash light sources.

◆ wbpTungsten

final int wbpTungsten = acquireJNI.wbpTungsten_get()
static

A set of constant parameters optimised for scenes illuminated by tungsten light sources.

◆ wbpUser1

final int wbpUser1 = acquireJNI.wbpUser1_get()
static

A parameter set which can be modified by the user.

◆ wbpUser2

final int wbpUser2 = acquireJNI.wbpUser2_get()
static

A parameter set which can be modified by the user.

◆ wbpUser3

final int wbpUser3 = acquireJNI.wbpUser3_get()
static

A parameter set which can be modified by the user.

◆ wbpUser4

final int wbpUser4 = acquireJNI.wbpUser4_get()
static

A parameter set which can be modified by the user.