Red Lips (film)

Red Lips is a 1928 American silent drama film directed by Melville W. Brown and starring Marian Nixon, Charles 'Buddy' Rogers and Stanley Taylor.[1] It is based on the 1924 novel The Plastic Age by Percy Marks.

Red Lips
Directed byMelville W. Brown
Produced byCarl Laemmle
Written byMelville W. Brown
Percy Marks (novel)
James T. O'Donohoe
Tom Reed
StarringMarian Nixon
Charles 'Buddy' Rogers
Stanley Taylor
CinematographyJohn Stumar
Edited byRay Curtiss
Production
company
Distributed byUniversal Pictures
Release date
December 2, 1928
CountryUnited States
LanguageSilent
English intertitles

Cast

gollark: ```rust// randomly increase/decrease one of the channels in a color by `range`fn mod_channel(rng: &mut WyRand, range: u16, n: u16) -> u16 { let rand = rng.generate_range(0, range * 2 + 1); let o = ((n as u32) + (rand as u32)).saturating_sub(range as u32); o as u16}```
gollark: This is basically just meant to increase/decrease a `u16` by a randomly generated `u16` amount.
gollark: I *think* I wanted to avoid having to convert to signed integers, so it does some weird stuff where it does subtraction instead?
gollark: I'm not actually entirely sure why and I don't understand what this is doing.
gollark: I use `saturating_sub` and stuff is converted to `u32`s.

References

  1. Goble p.925

Bibliography

  • Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.