mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Create ColorCorrectionValues.h
Former-commit-id: d765e8c7562d6eac5e03e939bd88c858c50597bb
This commit is contained in:
parent
b46d231f75
commit
0bafc4a3cc
12
src/hyperion-remote/ColorCorrectionValues.h
Normal file
12
src/hyperion-remote/ColorCorrectionValues.h
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
/// Simple structure to contain the values of a color transformation
|
||||||
|
struct ColorCorrectionValues
|
||||||
|
{
|
||||||
|
/// The value for the red color-channel
|
||||||
|
int valueRed;
|
||||||
|
/// The value for the green color-channel
|
||||||
|
int valueGreen;
|
||||||
|
/// The value for the blue color-channel
|
||||||
|
int valueBlue;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user