Many misc. updates, including a couple new font classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,7 +48,7 @@ Member Functions</P>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=219 HEIGHT=17>
|
||||
<P class="Body" style="margin: 0px">RGBColor GetColor(SPoint pt)</P>
|
||||
<P class="Body" style="margin: 0px">RGBColor GetColor(BPoint pt)</P>
|
||||
</TD>
|
||||
<TD WIDTH=245 HEIGHT=17>
|
||||
<P class="Body" style="margin: 0px">RGBColor GetColor(float x, float y)</P>
|
||||
@@ -59,7 +59,7 @@ Member Functions</P>
|
||||
<P class="Body" style="margin: 0px">bool GetValue(float x, float y)</P>
|
||||
</TD>
|
||||
<TD WIDTH=245 HEIGHT=17>
|
||||
<P class="Body" style="margin: 0px">bool GetValue(SPoint pt)</P>
|
||||
<P class="Body" style="margin: 0px">bool GetValue(BPoint pt)</P>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
@@ -99,10 +99,10 @@ Sets the internal high and low colors for the pattern handler. These will be the
|
||||
1) Assign c1 to high color and c2 to low color</P>
|
||||
<P class="Body" style="margin: 0px"><BR>
|
||||
<BR>
|
||||
<span class="OBOS-Function-Def">RGBColor GetColor(SPoint pt)
|
||||
<span class="OBOS-Function-Def">RGBColor GetColor(BPoint pt)
|
||||
RGBColor GetColor (float x, float y)</span></P>
|
||||
<P class="Body" style="margin: 0px"><BR>
|
||||
<span class="OBOS-Function-Def">bool GetValue(SPoint pt)
|
||||
<span class="OBOS-Function-Def">bool GetValue(BPoint pt)
|
||||
bool GetValue (float x, float y)</span></P>
|
||||
<P class="Body" style="margin: 0px"><span class="OBOS-Function-Def"><BR>
|
||||
</span><span class="Default">GetColor returns the color in the pattern at the specified location. GetValue returns true for the high color and false for the low color.</span></P>
|
||||
|
||||
Reference in New Issue
Block a user