David Colijns

David Colijns (1582c.1665) was a Dutch Golden Age painter.

Annunciation to the shepherds (circa 1641)
Adoration by the shepherds (1641)

Biography

Colijns was born in Rotterdam. According to Houbraken he painted historical allegories from the bible, especially with a great many figures.[1]

According to the RKD he was the son of Chrispiaen Colijn and in 1621 he became the teacher of Salomon Koninck, and later of Jacob Koninck (ca. 1615-ca.1695).[2] Several religious paintings by his hand hang in the Centraal Museum.[2] He died in Amsterdam.

gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.

References

  1. (in Dutch) David Colyns Biography in De groote schouburgh der Nederlantsche konstschilders en schilderessen (1718) by Arnold Houbraken, courtesy of the Digital library for Dutch literature
  2. David Colijns in the RKD
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.