setWhiteBalance abstract method

void setWhiteBalance(
  1. int textureId,
  2. int temperature
)

Sets the white-balance colour temperature in Kelvin. Pass 0 to restore automatic white balance.

Implementation

void setWhiteBalance(int textureId, int temperature);