.. _doxcsid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output_1ac42e576a66aa41d01a1c9416c3a8842e: SensorBayerOutput.GainAndOffset Method ++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Pixel wise gain and offset: image = image \* gainImage + offsetImage .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void GainAndOffset( :ref:`MutableBitmapImage` gainImage, :ref:`MutableBitmapImage` offsetImage ); Image with same dimension, defining a gain map Image with same dimension, defining an offset map