NoiseColour type Colour of noise pixels in white noise mode Signature: export type NoiseColour = "white" | "black" | "random"; NamedChannelLayout Notification_2