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

           Summary: Wrong shadow color for Shape
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSLF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Jie Han <[email protected]> 2009-08-11 08:51:32 PDT ---
I use "shape.getEscherProperty(EscherProperties.SHADOWSTYLE__COLOR)" to get the
shadow color but the result seems wrong.

//////////////////////////////////////
v = shape.getEscherProperty(EscherProperties.SHADOWSTYLE__COLOR)";
Color color = new Color(v);
//////////////////////////////////////

and then print out the rgb value.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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