Skip to content

Commit

Permalink
324
Browse files Browse the repository at this point in the history
  • Loading branch information
saniainf committed Apr 7, 2017
1 parent 025e0e7 commit f049936
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrintMarksR5.frm
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Public Function parserStringToExtColorBar(pStr As Variant) As Color
If tintClr.Type = cdrColorCMYK Then
tintClr.BlendWith whiteColor, 20
ElseIf tintClr.Type = cdrColorSpot Or tintClr.Type = cdrColorPantone Then
Set tintClr = CreateSpotColor(tintClr.PaletteIdentifier, tintClr.SpotColorID, 20)
Set tintClr = CreateSpotColor(tintClr.PaletteIdentifier, tintClr.SpotColorID, 80)
End If
icClrOnly = icClrOnly + 1
'return value
Expand All @@ -447,7 +447,7 @@ Public Function parserStringToExtColorBar(pStr As Variant) As Color
If tintClr.Type = cdrColorCMYK Then
tintClr.BlendWith whiteColor, 60
ElseIf tintClr.Type = cdrColorSpot Or tintClr.Type = cdrColorPantone Then
Set tintClr = CreateSpotColor(tintClr.PaletteIdentifier, tintClr.SpotColorID, 60)
Set tintClr = CreateSpotColor(tintClr.PaletteIdentifier, tintClr.SpotColorID, 40)
End If
icClrOnly = icClrOnly + 1
'return value
Expand Down
Binary file modified PrintMarksR5.frx
Binary file not shown.
Binary file modified gms/InfUtilits.gms
Binary file not shown.

0 comments on commit f049936

Please sign in to comment.