https://issues.apache.org/bugzilla/show_bug.cgi?id=54689

            Bug ID: 54689
           Summary: tint value is wrongly applied for several colors
           Product: POI
           Version: 3.9
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

For e.g. xlsx cell back ground color 14277081 - rgb 252/213/180 (visual basic 
used: ActiveCell.Interior.Color) the tint value is correct and also getRgb() 
delivers the correct value (byte array: [-9, -106, 70] - theme 9) without tint 
applied. But the value with the tint applied by getRgbWithTint() (XSSFColor 
internal private method applyTint()) delivers rgb 251/212/180 (byte array: 
[-5, -44, -76] - Hex: F79646). Other color value to reproduce is 14277081 
(theme - 0).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to