display: display_white_balance_e enum struct definition relocation 06/284706/1 accepted/tizen/7.0/unified/20221129.083950
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 24 Nov 2022 04:47:59 +0000 (13:47 +0900)
committeryunhee seo <yuni.seo@samsung.com>
Thu, 24 Nov 2022 05:24:30 +0000 (05:24 +0000)
display_white_balance_e is enumeration for setting and getting white_balance RGB gain/offset value.
This enum struct moved from display-enum.h to display-internal.h
This is because this structure definition is for the white balancing function by Tizen_DA, not public.

Change-Id: I1f9ef05e8023f15521f3585fe36f4bc1fea578ca
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/display-enum.h
include/display-internal.h

index c1decbc..ce92211 100644 (file)
@@ -21,21 +21,6 @@ typedef enum
     DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */
 } display_state_e;
 
-/**
- * @brief Enumeration for the adjustment display white balance.
- * @since_tizen 7.0
- */
-
-typedef enum
-{
-       DISPLAY_WHITE_BALANCE_R_GAIN = 0, /** White balance R Gain */
-       DISPLAY_WHITE_BALANCE_G_GAIN, /** White balance G Gain */
-       DISPLAY_WHITE_BALANCE_B_GAIN, /** White balance B Gain */
-       DISPLAY_WHITE_BALANCE_R_OFFSET, /** White balance R Offset */
-       DISPLAY_WHITE_BALANCE_G_OFFSET, /** White balance G Offset */
-       DISPLAY_WHITE_BALANCE_B_OFFSET, /** White balance B Offset */
-} display_white_balance_e;
-
 #ifdef __cplusplus
 }
 #endif
index d214553..3bc1aee 100644 (file)
@@ -30,6 +30,21 @@ extern "C" {
 #endif
 
 /**
+ * @brief Enumeration for the adjustment display white balance.
+ * @since_tizen 7.0
+ */
+
+typedef enum
+{
+       DISPLAY_WHITE_BALANCE_R_GAIN = 0, /**< White balance R Gain */
+       DISPLAY_WHITE_BALANCE_G_GAIN, /**< White balance G Gain */
+       DISPLAY_WHITE_BALANCE_B_GAIN, /**< White balance B Gain */
+       DISPLAY_WHITE_BALANCE_R_OFFSET, /**< White balance R Offset */
+       DISPLAY_WHITE_BALANCE_G_OFFSET, /**< White balance G Offset */
+       DISPLAY_WHITE_BALANCE_B_OFFSET, /**< White balance B Offset */
+} display_white_balance_e;
+
+/**
  * @brief Gets the display brightness value.
  * @since_tizen @if MOBILE 5.0 @elseif WEARABLE 5.0 @endif
  * @privlevel public