color.html

来自「java和flash接口编程」· HTML 代码 · 共 1,031 行 · 第 1/5 页

HTML
1,031
字号
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/anotherbigidea/flash/structs/package-summary.html">com.anotherbigidea.flash.structs</A> that return <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></CODE></FONT></TD>
<TD><CODE><B>LineStyle.</B><B><A HREF="../../../../../com/anotherbigidea/flash/structs/LineStyle.html#getColor()">getColor</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]</CODE></FONT></TD>
<TD><CODE><B>FillStyle.</B><B><A HREF="../../../../../com/anotherbigidea/flash/structs/FillStyle.html#getGradientColors()">getGradientColors</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></CODE></FONT></TD>
<TD><CODE><B>FillStyle.</B><B><A HREF="../../../../../com/anotherbigidea/flash/structs/FillStyle.html#getSolidColor()">getSolidColor</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/anotherbigidea/flash/structs/package-summary.html">com.anotherbigidea.flash.structs</A> with parameters of type <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html#equals(com.anotherbigidea.flash.structs.Color)">equals</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../com/anotherbigidea/flash/structs/package-summary.html">com.anotherbigidea.flash.structs</A> with parameters of type <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/anotherbigidea/flash/structs/AlphaColor.html#AlphaColor(com.anotherbigidea.flash.structs.Color, int)">AlphaColor</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color,
           int&nbsp;alpha)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/anotherbigidea/flash/structs/FillStyle.html#FillStyle(com.anotherbigidea.flash.structs.Color)">FillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;solidColor)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Solid color fill (alpha depends on the TagDefineShapeX tag used)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/anotherbigidea/flash/structs/FillStyle.html#FillStyle(com.anotherbigidea.flash.structs.Matrix, int[], com.anotherbigidea.flash.structs.Color[], boolean)">FillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A>&nbsp;matrix,
          int[]&nbsp;ratios,
          <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
          boolean&nbsp;radial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Linear/Radial Gradient Fill</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/anotherbigidea/flash/structs/LineStyle.html#LineStyle(int, com.anotherbigidea.flash.structs.Color)">LineStyle</A></B>(int&nbsp;width,
          <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="com.anotherbigidea.flash.writers"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A> in <A HREF="../../../../../com/anotherbigidea/flash/writers/package-summary.html">com.anotherbigidea.flash.writers</A></FONT></TH>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/anotherbigidea/flash/writers/package-summary.html">com.anotherbigidea.flash.writers</A> with parameters of type <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#color(com.anotherbigidea.flash.structs.Color)">color</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFText interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>TagWriter.SWFTextImpl.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/TagWriter.SWFTextImpl.html#color(com.anotherbigidea.flash.structs.Color)">color</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFText interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#defineFillStyle(com.anotherbigidea.flash.structs.Color)">defineFillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFShape interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>TagWriter.SWFShapeImpl.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/TagWriter.SWFShapeImpl.html#defineFillStyle(com.anotherbigidea.flash.structs.Color)">defineFillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#defineFillStyle(com.anotherbigidea.flash.structs.Matrix, int[], com.anotherbigidea.flash.structs.Color[], boolean)">defineFillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A>&nbsp;matrix,
                int[]&nbsp;ratios,
                <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                boolean&nbsp;radial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFShape interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>TagWriter.SWFShapeImpl.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/TagWriter.SWFShapeImpl.html#defineFillStyle(com.anotherbigidea.flash.structs.Matrix, int[], com.anotherbigidea.flash.structs.Color[], boolean)">defineFillStyle</A></B>(<A HREF="../../../../../com/anotherbigidea/flash/structs/Matrix.html" title="class in com.anotherbigidea.flash.structs">Matrix</A>&nbsp;matrix,
                int[]&nbsp;ratios,
                <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                boolean&nbsp;radial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#defineLineStyle(int, com.anotherbigidea.flash.structs.Color)">defineLineStyle</A></B>(int&nbsp;width,
                <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFShape interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>TagWriter.SWFShapeImpl.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/TagWriter.SWFShapeImpl.html#defineLineStyle(int, com.anotherbigidea.flash.structs.Color)">defineLineStyle</A></B>(int&nbsp;width,
                <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>&nbsp;color)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#dumpBitsLossless(java.lang.String, int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">dumpBitsLossless</A></B>(java.lang.String&nbsp;name,
                 int&nbsp;id,
                 int&nbsp;format,
                 int&nbsp;width,
                 int&nbsp;height,
                 <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                 byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagDumper.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagDumper.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</A></B>(int&nbsp;id,
                      int&nbsp;format,
                      int&nbsp;width,
                      int&nbsp;height,
                      <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                      byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>SWFTagTypesImpl.</B><B><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</A></B>(int&nbsp;id,

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?