https://bugs.documentfoundation.org/show_bug.cgi?id=145725

--- Comment #3 from Wolfgang Jäger <j...@psilosoph.de> ---
(In reply to Mike Kaganski from comment #2)
> https://www.oreilly.com/library/view/vb-vba/1565923588/1565923588_ch07-1860-
> fm2xml.html
> 
> I suppose it is not a bug. The link above explains that the order of the
> color components in the Long, returned from VBA's RGB, is the opposite of
> the expected. So it's not the color is blue, it's an MS color incompatible
> with LO color.
I havent access to any MS sogftware with VBA, but...
Even MS would (hopefully) not use the function name RGB() if expeting
parameters in the order b, g, r. 
IF MS use a different color model by default in VBA, they need to name and
specify their functions respectively. 
But: There is a RGB() function in VBA, 
and it expects the arguments in order r, g, b.

See also
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/rgb-function

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

Reply via email to