syntax = "proto3"; import "JobFileLiquidVolume.proto"; package Tango.PMR.Exports; option java_package = "com.twine.tango.pmr.exports"; message JobFileBrushStop { string ColorSpaceGuid = 1; double OffsetPercent = 2; double Cyan = 3; double Magenta = 4; double Yellow = 5; double Black = 6; int32 Red = 7; int32 Green = 8; int32 Blue = 9; double L = 10; double A = 11; double B = 12; repeated JobFileLiquidVolume LiquidVolumes = 24; bool Corrected = 21; string ColorCatalogGuid = 22; string ColorCatalogItemGuid = 23; bool IsTransparent = 25; int32 StopIndex = 26; int32 BestMatchR = 27; int32 BestMatchG = 28; int32 BestMatchB = 29; }