Package org.robovm.apple.avfoundation
Class AVCaptureWhiteBalanceGains
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AVCaptureWhiteBalanceGains>
org.robovm.apple.avfoundation.AVCaptureWhiteBalanceGains
- All Implemented Interfaces:
Iterable<AVCaptureWhiteBalanceGains>
public class AVCaptureWhiteBalanceGains extends Struct<AVCaptureWhiteBalanceGains>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureWhiteBalanceGains.AVCaptureWhiteBalanceGainsPtr -
Constructor Summary
Constructors Constructor Description AVCaptureWhiteBalanceGains()AVCaptureWhiteBalanceGains(float redGain, float greenGain, float blueGain) -
Method Summary
Modifier and Type Method Description floatgetBlueGain()floatgetGreenGain()floatgetRedGain()AVCaptureWhiteBalanceGainssetBlueGain(float blueGain)AVCaptureWhiteBalanceGainssetGreenGain(float greenGain)AVCaptureWhiteBalanceGainssetRedGain(float redGain)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
AVCaptureWhiteBalanceGains
public AVCaptureWhiteBalanceGains() -
AVCaptureWhiteBalanceGains
public AVCaptureWhiteBalanceGains(float redGain, float greenGain, float blueGain)
-
-
Method Details
-
getRedGain
public float getRedGain() -
setRedGain
-
getGreenGain
public float getGreenGain() -
setGreenGain
-
getBlueGain
public float getBlueGain() -
setBlueGain
-