Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

card(9) [plan9 man page]

CARD(9.1)																 CARD(9.1)

NAME
card, ramp - create simple color fields SYNOPSIS
fb/card [ -crgba ] [ -wx0 y0 x1 y1 ] red [ green blue ] [ alpha ] fb/ramp [ -v ] [ -wx0 y0 x1 y1 ] [ [ leftcolor ] rightcolor ] DESCRIPTION
Card writes a constant (all pixels equal) picture on standard output. The red, green blue and alpha arguments are numbers between 0 and 255. Green and blue default equal to red. Alpha defaults to 255. Option -c specifies the CHAN= attribute of the picture file. The default is CHAN=m, CHAN=ma, CHAN=rgb, or CHAN=rgba depending on which of red, green blue and alpha are specified. Ramp creates a picture file whose pixel values range from leftcolor to rightcolor across each scan line, writing on standard output. Left- color defaults to 0; rightcolor defaults to 255. If three arguments are given for leftcolor and rightcolor the output will have CHAN=rgb. Otherwise, it will have CHAN=m. Option -v causes ramp to make a vertical ramp (leftcolor at the top, rightcolor at the bottom). For both commands, option -w specifies the size of the picture. The default gives WINDOW=0 0 1280 1024. SOURCE
/sys/src/fb/card.c /sys/src/fb/ramp.c SEE ALSO
picfile(9.6) CARD(9.1)

Check Out this Related Man Page

Speech(3)						User Contributed Perl Documentation						 Speech(3)

NAME
Mac::Speech - Provide interface to PlainTalk (Speech Manager) SYNOPSIS
use Mac::Speech; DESCRIPTION
Access to Inside Macintosh is essential for proper use of these functions. Explanations of terms, processes and procedures are provided there. Any attempt to use these functions without guidance can cause severe errors in your machine, including corruption of data. You have been warned. Variables %Voice The %Voice hash will return the index to the first voice whose name matches the given text. Constants kTextToSpeechSynthType kTextToSpeechVoiceType kTextToSpeechVoiceFileType kTextToSpeechVoiceBundleType Speech Types. kNoEndingProsody kNoSpeechInterrupt kPreflightThenPause Synthesizer flags. kImmediate kEndOfWord kEndOfSentence Where to stop. kNeuter kMale kFemale Genders. Types VoiceDescription Voice Description Record. long length size of structure--set by application VoiceSpec voice voice synthesizer and ID info long version version number of voice Str63 name name of voice Str255 comment text information about voice short gender neuter, male, or female short age approximate age in years short script script code of text voice can process short language language code of voice output short region region code of voice output VoiceSpec Voice Specification Record. OSType creator ID of required synthesizer OSType id ID of voice on the synthesizer Functions SpeechManagerVersion CountVoices GetIndVoice INDEX GetVoiceDescription VOICE NewSpeechChannel VOICE DisposeSpeechChannel CHAN SpeakString S SpeakText CHAN, TEXT SpeakBuffer CHAN, TEXT, CONTROLFLAGS StopSpeech CHAN StopSpeechAt CHAN, WHERETOSTOP PauseSpeechAt CHAN, WHERETOPAUSE ContinueSpeech CHAN SpeechBusy SpeechBusySystemWide SetSpeechRate CHAN, RATE GetSpeechRate CHAN SetSpeechPitch CHAN, PITCH GetSpeechPitch CHAN TextToPhonemes CHAN, TEXT SpeechToFile CHAN, PATH Set speech channel CHAN to output to file PATH. AUTHOR
Written by Matthias Ulrich Neeracher <neeracher@mac.com>. Currently maintained by Chris Nandor <pudge@pobox.com>. perl v5.18.2 2017-10-06 Speech(3)
Man Page