From a2c128c1c00ac74c9c1835a8581aa8f2c4123bde Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 20 Sep 2022 13:22:26 +0300 Subject: Modified all uses of RML to include GBD and LUB. --- Software/PMR/Messages/ColorLab/ConversionInput.proto | 2 ++ Software/PMR/Messages/ColorLab/GradientConversionInput.proto | 2 ++ Software/PMR/Messages/ColorLab/OutOfGamutInput.proto | 2 ++ Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto | 2 ++ 4 files changed, 8 insertions(+) (limited to 'Software/PMR') diff --git a/Software/PMR/Messages/ColorLab/ConversionInput.proto b/Software/PMR/Messages/ColorLab/ConversionInput.proto index 5a7bfde10..e0515f16f 100644 --- a/Software/PMR/Messages/ColorLab/ConversionInput.proto +++ b/Software/PMR/Messages/ColorLab/ConversionInput.proto @@ -23,4 +23,6 @@ message ConversionInput bool GenerateHive = 12; bool UseLightInks = 13; double VMax = 14; + bytes GbdData = 15; + bytes LubData = 16; } \ No newline at end of file diff --git a/Software/PMR/Messages/ColorLab/GradientConversionInput.proto b/Software/PMR/Messages/ColorLab/GradientConversionInput.proto index 35c885495..b8e1c162f 100644 --- a/Software/PMR/Messages/ColorLab/GradientConversionInput.proto +++ b/Software/PMR/Messages/ColorLab/GradientConversionInput.proto @@ -17,4 +17,6 @@ message GradientConversionInput repeated GradientInputStop Stops = 6; repeated InputLiquid InputLiquids = 7; repeated ProcessRange ProcessRanges = 8; + bytes GbdData = 9; + bytes LubData = 10; } \ No newline at end of file diff --git a/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto b/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto index 29a05a42d..dbb442dad 100644 --- a/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto +++ b/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto @@ -16,4 +16,6 @@ message OutOfGamutInput InputCoordinates InputCoordinates = 5; bytes ForwardData = 6; repeated ProcessRange ProcessRanges = 7; + bytes GbdData = 8; + bytes LubData = 9; } \ No newline at end of file diff --git a/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto b/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto index 4d81dd76c..f4a03644d 100644 --- a/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto +++ b/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto @@ -17,4 +17,6 @@ message RecommendedProcessTableInput repeated InputLiquid InputLiquids = 6; repeated ProcessRange ProcessRanges = 7; bool UseLightInks = 8; + bytes GbdData = 9; + bytes LubData = 10; } \ No newline at end of file -- cgit v1.3.1