colorsys.rgb_to_hsv()

colorsys.rgb_to_hsv(r, g, b) Convert the color from RGB coordinates to HSV coordinates.

2016-10-07 17:29:03
colorsys.hls_to_rgb()

colorsys.hls_to_rgb(h, l, s) Convert the color from HLS coordinates to RGB coordinates.

2016-10-07 17:29:03
ossaudiodev.oss_audio_device.setparameters()

oss_audio_device.setparameters(format, nchannels, samplerate[, strict=False]) Set the key audio sampling parameters—sample format

2016-10-07 17:40:21
ossaudiodev.oss_mixer_device.set_recsrc()

oss_mixer_device.set_recsrc(bitmask) Call this function to specify a recording source. Returns a bitmask indicating the new

2016-10-07 17:40:23
chunk.Chunk.close()

close() Close and skip to the end of the chunk. This does not close the underlying file.

2016-10-07 17:28:24
wave.Wave_write.writeframes()

Wave_write.writeframes(data) Write audio frames and make sure nframes is correct. It will raise an error if the output

2016-10-07 17:47:16
aifc.aifc.writeframesraw()

aifc.writeframesraw(data) Like writeframes(), except that the header of the audio file is not updated.

2016-10-07 17:26:09
wave.Wave_write.tell()

Wave_write.tell() Return current position in the file, with the same disclaimer for the Wave_read.tell() and Wave_read

2016-10-07 17:47:16
ossaudiodev.oss_audio_device.closed

oss_audio_device.closed Boolean indicating whether the device has been closed.

2016-10-07 17:40:19
aifc.aifc.rewind()

aifc.rewind() Rewind the read pointer. The next readframes() will start from the beginning.

2016-10-07 17:26:07