Hello. I have a question about From_HSV method in QColor class.
In Qt this function defined as follow:
QColor QColor::fromHsv ( int h, int s, int v, int a = 255 ) [static]
but in QtAda 3.x this function defined as simple procedure :
procedure From_Hsv
(H : in Qt4.Q_Integer;
S : in Qt4.Q_Integer;
V : in Qt4.Q_Integer;
A : in Qt4.Q_Integer
:= 255);
Is it correct? It seems that there is some error here.
Best regards,
Alexander Basov.
_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com