Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a7c9ec67
Kaydet (Commit)
a7c9ec67
authored
Tem 18, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add obnoxious comments
Change-Id: I393e8a23bf69802e7879fe668708dca4f743bd4e
üst
a6b925a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
Gradient.idl
offapi/com/sun/star/awt/Gradient.idl
+11
-5
No files found.
offapi/com/sun/star/awt/Gradient.idl
Dosyayı görüntüle @
a7c9ec67
...
...
@@ -28,7 +28,9 @@
module
com
{
module
sun
{
module
star
{
module
awt
{
/**
describes
a
color
dispersion
within
an
area
.
/**
Describes
a
gradient
between
two
colors
.
Many
aspects
of
the
*
gradient
are
undefined
,
like
the
algorithm
and
color
space
to
use
*
to
interpolate
between
the
colors
and
what
"intensity"
means
.
*/
published
struct
Gradient
{
...
...
@@ -58,17 +60,20 @@ published struct Gradient
short
Border
;
/**
specifies
the
X
-
coordinate
,
where
the
gradient
begins
.
/**
Specifies
the
X
-
coordinate
,
where
the
gradient
begins
,
*
whatever
that
means
.
Possibly
means
the
*
center
*
of
the
*
ELLIPTICAL
,
SQUARE
and
RECT
style
gradients
?
*/
short
XOffset
;
/**
specifies
the
Y
-
coordinate
,
where
the
gradient
begins
.
/**
Specifies
the
Y
-
coordinate
,
where
the
gradient
begins
.
See
previous
field
.
*/
short
YOffset
;
/**
specifies
the
intensity
at
the
start
point
of
the
gradient
.
/**
Specifies
the
intensity
at
the
start
point
of
the
gradient
.
What
that
means
is
undefined
.
*/
short
StartIntensity
;
...
...
@@ -78,7 +83,8 @@ published struct Gradient
short
EndIntensity
;
/**
specifies
the
number
of
steps
of
change
color
.
/**
Specifies
the
number
of
steps
of
change
color
.
What
that
means
*
is
undefined
.
*/
short
StepCount
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment