aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-09-20 13:22:26 +0300
committerRoy <Roy.mail.net@gmail.com>2022-09-20 13:22:26 +0300
commita2c128c1c00ac74c9c1835a8581aa8f2c4123bde (patch)
tree82a10267e4bc4b84063dd91b4af5e246c9260605 /Software/PMR
parent2678b315131494f8018e62f11468f76a5febf374 (diff)
downloadTango-a2c128c1c00ac74c9c1835a8581aa8f2c4123bde.tar.gz
Tango-a2c128c1c00ac74c9c1835a8581aa8f2c4123bde.zip
Modified all uses of RML to include GBD and LUB.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/ColorLab/ConversionInput.proto2
-rw-r--r--Software/PMR/Messages/ColorLab/GradientConversionInput.proto2
-rw-r--r--Software/PMR/Messages/ColorLab/OutOfGamutInput.proto2
-rw-r--r--Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto2
4 files changed, 8 insertions, 0 deletions
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