You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Distortion/Distortion.cpp
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ enum DistortionPluginEnum
191
191
#definekParamChannelVChoicekParamChannelV"Choice"
192
192
193
193
#definekParamChannelA"channelA"
194
-
#definekParamChannelALabel"Alpha Channel", "Input Alpha channel from UV. The Output alpha is set to this value. If \"Unpremult UV\" is checked, the UV values are divided by alpha."
194
+
#definekParamChannelALabel"Alpha Channel", "Input Alpha channel from UV. The Output alpha is multiplied by this value. If \"Unpremult UV\" is checked, the UV values are divided by alpha."
195
195
196
196
#definekParamChannelAChoicekParamChannelA"Choice"
197
197
@@ -238,10 +238,10 @@ enum WrapEnum
238
238
239
239
240
240
#definekParamUVOffset"uvOffset"
241
-
#definekParamUVOffsetLabel"UV Offset", "Offset to apply to the U and V channel (useful if these were stored in a file that cannot handle negative numbers)"
241
+
#definekParamUVOffsetLabel"UV Offset", "Offset to subtract from the U and V channel (useful if these were stored in a file that cannot handle negative numbers)"
242
242
243
243
#definekParamUVScale"uvScale"
244
-
#definekParamUVScaleLabel"UV Scale", "Scale factor to apply to the U and V channel (useful if these were stored in a file that can only store integer values)"
244
+
#definekParamUVScaleLabel"UV Scale", "Scale factor to apply to the U and V channel after subtracting the offset (useful if these were stored in a file that can only store integer values)"
245
245
246
246
#definekParamFormatkParamGeneratorExtent
247
247
#definekParamFormatLabel"Format", "Reference format for lens distortion."
0 commit comments