Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Lazarus Extra Components
»
mbColorLib typo in function GetBlue
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Timer
by
Pe3s
[
Today
at 11:17:27 am]
An ASCII logo for Pascal ...
by
Ñuño_Martínez
[
Today
at 11:12:27 am]
Improvement of packages/f...
by
Чебурашка
[
Today
at 10:47:35 am]
Setup landmap - databse
by
WimVan
[
Today
at 10:36:38 am]
SysTraIcon events do not ...
by
SWM1
[
Today
at 10:18:11 am]
CompareText improvement
by
Martin_fr
[
Today
at 09:58:04 am]
QT5 PageControl Tab sizes
by
zeljko
[
Today
at 09:22:53 am]
Json parse problem
by
loaded
[
Today
at 09:12:05 am]
[solved] How to have a ge...
by
CCRDude
[
Today
at 08:45:26 am]
IBX - IBDataSet - table w...
by
egsuh
[
Today
at 07:28:54 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: mbColorLib typo in function GetBlue (Read 2715 times)
indydev
New Member
Posts: 32
mbColorLib typo in function GetBlue
«
on:
September 03, 2021, 01:49:28 am »
I was using mbColorLib and noticed that the property Blue was retreiving the wrong color (red). A look at the source reveals that the function GetBlue was calling GetRValue instead of GetBValue:
Code: Pascal
[Select]
[+]
[-]
function
THSLRingPicker
.
GetBlue
:
Integer
;
begin
Result
:
=
GetRValue
(
FSelectedColor
)
;
end
;
As this code is installed from the sourceforge ccr I couldn't figure out where notify a maintainer. The port to Lazarus was done by Werner Pamler
Logged
trev
Global Moderator
Hero Member
Posts: 2012
Former Delphi 1-7, 10.2 user
Re: mbColorLib typo in function GetBlue
«
Reply #1 on:
September 03, 2021, 02:47:08 am »
If you look at the Forum's left column, you should see a link for "CCR Bugs", follow the link and report the bug.
Logged
wp
Hero Member
Posts: 10629
Re: mbColorLib typo in function GetBlue
«
Reply #2 on:
September 03, 2021, 10:02:58 am »
Fixed in the CCR version. Thanks for reporting.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Lazarus Extra Components
»
mbColorLib typo in function GetBlue
TinyPortal
© 2005-2018