Dell UP3017 Application Programming Interface Guide - Page 40

SetColorControl, SetLUT, Setup the LUT Look Up Tables for CAL1 or CAL2.

Page 40 highlights

SetColorControl Enables or disables color engine for native color. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. API MONITOR_CODE SetColorControl(UBYTE u8Val) Params u8Val 0 Disable 1 Enable Return MONITOR_CODE Code describing the result of the API call 0 Success 1 Timeout 2 Parameters Error 3 Not connected -1 Other Failure SetLUT Setup the LUT (Look Up Tables) for CAL1 or CAL2. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. API MONITOR_CODE SetLUT(UWORD16 arrPreGamma[3][1025], UWORD16 arrPostGamma[3][1025], UWORD16 arrColorMatrix[9]) Params arrPreGamma arrPostGamma Array with 1025 16-bit color values for RGB channels, where [0][1025] for Red channel, [1][1025] for Green channel and [2][1025] for Blue channel Array with 1025 16-bit color values for RGB channels, where [0][1025] for Red channel, [1][1025] for Green channel and [2][1025] for Blue channel 40 | LUT Management

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61

40
|
LUT Management
SetColorControl
Enables or disables color engine for native color.
NOTE:
Only works in Color Preset Color Space CAL1 or CAL2.
API
MONITOR_CODE SetColorControl(UBYTE u8Val)
Params
u8Val
0
Disable
1
Enable
Return
MONITOR_CODE
Code describing the result of the API call
0
Success
1
Timeout
2
Parameters Error
3
Not connected
-1
Other Failure
SetLUT
Setup the LUT (Look Up Tables) for CAL1 or CAL2.
NOTE:
Only works in Color Preset Color Space CAL1 or CAL2.
API
MONITOR_CODE SetLUT(UWORD16 arrPreGamma[3][1025],
UWORD16 arrPostGamma[3][1025],
UWORD16 arrColorMatrix[9])
Params
arrPreGamma
Array with 1025 16-bit color values for RGB channels, where
[0][1025] for Red channel,
[1][1025] for Green channel and
[2][1025] for Blue channel
arrPostGamma
Array with 1025 16-bit color values for RGB channels, where
[0][1025] for Red channel,
[1][1025] for Green channel and
[2][1025] for Blue channel