git-svn-id: svn://localhost/gambas/trunk@5850 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
f3d231051b
commit
9cdb81e3ab
2 changed files with 5 additions and 5 deletions
|
@ -433,15 +433,15 @@ m
|
|||
PaintBrush
|
||||
(X1)i(Y1)i(X2)i(Y2)i
|
||||
Color
|
||||
m
|
||||
M
|
||||
ReportBrush
|
||||
(iColor)i
|
||||
LinearGradient
|
||||
m
|
||||
M
|
||||
ReportBrush
|
||||
(X)f(Y)f(X2)f(Y2)f(aColor)Integer[];(aPos)Float[];
|
||||
RadialGradient
|
||||
m
|
||||
M
|
||||
ReportBrush
|
||||
(X)f(Y)f(Radius)f(X2)f(Y2)f(aColor)Integer[];(aPos)Float[];
|
||||
_get
|
||||
|
@ -453,7 +453,7 @@ m
|
|||
s
|
||||
|
||||
ImageBrush
|
||||
m
|
||||
M
|
||||
ReportBrush
|
||||
(hImage)Image;
|
||||
#ReportContainer
|
||||
|
|
|
@ -179,7 +179,7 @@ Static Public Function Color(iColor As Integer) As ReportBrush
|
|||
|
||||
Dim hBrush As New ReportBrush
|
||||
|
||||
hBrush._Color[0] = Hex(iColor)
|
||||
hBrush._Color[0] = iColor
|
||||
hBrush._Type = 0
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue