Bug 138891 - RGB function takes the red byte for blue and revesely
Summary: RGB function takes the red byte for blue and revesely
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
7.0.3.1 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-14 11:22 UTC by Wolfgang Jäger
Modified: 2020-12-14 11:29 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Jäger 2020-12-14 11:22:39 UTC
RGB(255, 0, 0) returns 255
RGB(0, 0, 255) makes 16711680
Comment 1 Wolfgang Jäger 2020-12-14 11:29:39 UTC
(In reply to Wolfgang Jäger from comment #0)
> RGB(255, 0, 0) returns 255
> RGB(0, 0, 255) makes 16711680

Seems to be resolved in V 7.1.0.0.beta1.
Willmark the bug RESOLVED WORKSFORME