SWFText->setColor()
(no version information, might be only in CVS)
SWFText->setColor() -- Sets the current text color
Description
class
SWFText {
void
setColor ( int red, int green, int blue [, int a] )
}
Ðñïåéäïðïßçóç |
Αυτή η συνάρτηση είναι ΔΟΚΙΜΑΣΤΙΚΗ. Η συμπεριφορά της, το όνομα της και οτιδήποτε άλλο είναι τεκμηριωμένο σχετικά με αυτή την συνάρτηση μπορεί να αλλάξει χωρίς ειδοποίηση σε μελλοντικές εκδόσεις της PHP.
Χρησιμοποιήστε αυτή την συνάρτηση με δικό σας ρίσκο. |
Changes the current text color.
Parameters
These parameters are integers between 0 and 255 or hexadecimals between
0x00 and 0xFF:
red
Value of red component
green
Value of green component
blue
Value of blue component
a
Value of alpha component
Return Values
No value is returned.