aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-03 15:27:16 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-03 15:27:16 +0300
commita476559758ceb3700d9bf80911a3b1e87ac5cbf8 (patch)
tree5d5bc7f0ce7f796be2fad0ec954177bcceafd2b5 /Software/PMR
parent2ebd882d708fe4d78d985fcd5d318d8f1794eca9 (diff)
downloadTango-a476559758ceb3700d9bf80911a3b1e87ac5cbf8.tar.gz
Tango-a476559758ceb3700d9bf80911a3b1e87ac5cbf8.zip
Use Lubricant Transform
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/ColorLab/ConversionInput.proto1
-rw-r--r--Software/PMR/Messages/ColorLab/GradientConversionInput.proto1
-rw-r--r--Software/PMR/Messages/ColorLab/OutOfGamutInput.proto1
-rw-r--r--Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto1
4 files changed, 4 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ColorLab/ConversionInput.proto b/Software/PMR/Messages/ColorLab/ConversionInput.proto
index e0515f16f..069abd7df 100644
--- a/Software/PMR/Messages/ColorLab/ConversionInput.proto
+++ b/Software/PMR/Messages/ColorLab/ConversionInput.proto
@@ -25,4 +25,5 @@ message ConversionInput
double VMax = 14;
bytes GbdData = 15;
bytes LubData = 16;
+ bool UseLubricantTransform = 17;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/ColorLab/GradientConversionInput.proto b/Software/PMR/Messages/ColorLab/GradientConversionInput.proto
index b8e1c162f..5e544fefb 100644
--- a/Software/PMR/Messages/ColorLab/GradientConversionInput.proto
+++ b/Software/PMR/Messages/ColorLab/GradientConversionInput.proto
@@ -19,4 +19,5 @@ message GradientConversionInput
repeated ProcessRange ProcessRanges = 8;
bytes GbdData = 9;
bytes LubData = 10;
+ bool UseLubricantTransform = 11;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto b/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto
index dbb442dad..1b361a180 100644
--- a/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto
+++ b/Software/PMR/Messages/ColorLab/OutOfGamutInput.proto
@@ -18,4 +18,5 @@ message OutOfGamutInput
repeated ProcessRange ProcessRanges = 7;
bytes GbdData = 8;
bytes LubData = 9;
+ bool UseLubricantTransform = 10;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto b/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto
index f4a03644d..62ddc1f07 100644
--- a/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto
+++ b/Software/PMR/Messages/ColorLab/RecommendedProcessTableInput.proto
@@ -19,4 +19,5 @@ message RecommendedProcessTableInput
bool UseLightInks = 8;
bytes GbdData = 9;
bytes LubData = 10;
+ bool UseLubricantTransform = 11;
} \ No newline at end of file