prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,220 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic moments with camera movements and scene transitions
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
360-degree crane shot of a tense courtroom scene as the verdict is being read
|
6
|
+
360-degree crane shot starting high and descending around characters as a key plot point is revealed
|
7
|
+
360-degree pan around a character as they hear an eerie sound, stopping in the direction it came from
|
8
|
+
360-degree pan around a character as they take in their surroundings, then cut to a insert shot of what they see
|
9
|
+
360-degree pan around the subject, then cut to a close-up
|
10
|
+
360-degree steadicam shot circling a character as they deliver an impassioned monologue
|
11
|
+
360-degree steadicam shot moving through a lively party, then stopping on the main character looking out of place
|
12
|
+
360-degree steadicam shot of a character lost in thought, then cut to their pov
|
13
|
+
360-degree steadicam shot revealing a crime scene diorama in the center of a room
|
14
|
+
aerial shot circling a location, then cut to ground level
|
15
|
+
aerial shot circling a remote island, then match dissolving to a character washing ashore
|
16
|
+
aerial shot flying over a city, then match dissolve to a street level shot
|
17
|
+
aerial shot flying through city streets, then slowing to an orbit around the main character's apartment
|
18
|
+
aerial shot following a police car in pursuit, then cutting to the driver's determined pov
|
19
|
+
aerial shot panning across city lights at night, then tilting down to a lone character on the streets
|
20
|
+
aerial shot rising above a climactic rooftop confrontation
|
21
|
+
aerial shot rising above a pivotal event, then match dissolve to a different location
|
22
|
+
aerial shot spiraling down to a character, then cut to an upward tilt from their pov
|
23
|
+
crane shot ascending, then cut to a descending shot
|
24
|
+
crane shot descending from a high angle overview to a close-up of a pivotal item
|
25
|
+
crane shot descending into a busy street scene, then cut to a close-up of the main character
|
26
|
+
crane shot pulling back to reveal a expansive view, then cut to a close-up
|
27
|
+
crane shot pulling up and away from a dramatic scene, then fade to black
|
28
|
+
cut to a close-up of hands fidgeting, then dissolve to a wide shot
|
29
|
+
cut to a pov shot, then pull back to reveal the character
|
30
|
+
dolly in towards a conversation, then cut to an over-the-shoulder shot
|
31
|
+
dutch angle handheld shot circling a disoriented character after an explosion
|
32
|
+
dutch angle pan as a character reads disturbing news, then tilting up to their horrified reaction
|
33
|
+
dutch angle pan, then cut to a straight angle for contrast
|
34
|
+
dutch angle shot of a character feeling disoriented, then cut to a pov shot from their perspective
|
35
|
+
dutch angle shot of an interrogation from the suspect's perspective
|
36
|
+
dutch angle shot, then cut to a level shot for contrast
|
37
|
+
dutch angle tilt, then dissolve to a level shot
|
38
|
+
dutch angle tracking shot as a character flees a crime scene in a panic
|
39
|
+
dutch angle tracking shot as a disoriented character stumbles through a room
|
40
|
+
dutch angle tracking shot following a character, then straighten out as they regain composure
|
41
|
+
dutch tilt shot of a character feeling off-balance, then cut to a level shot as they steady themselves
|
42
|
+
extreme close-up of a character's mouth as they whisper a secret, then cut to the listener's reaction
|
43
|
+
extreme close-up of a flickering light, then cut to a wide shot of a power outage
|
44
|
+
extreme close-up of a hand gesture, then cut to a wide shot of the conversation
|
45
|
+
extreme close-up of a tense trigger finger, then cut to a wide shot as chaos erupts
|
46
|
+
extreme close-up of a ticking clock, then dissolve to a wide shot of a character waiting anxiously
|
47
|
+
extreme close-up of eyes, then pull back to reveal the full face
|
48
|
+
extreme close-up pan across a bloody crime scene, then match cutting to a mortician's tools
|
49
|
+
extreme close-up pan across a computer screen, then match cutting to the user's reacting face
|
50
|
+
extreme close-up pan across a surface, then cut to a wide shot to reveal the context
|
51
|
+
extreme close-up rack focus from a character's determined eyes to their gritted teeth
|
52
|
+
extreme close-up rack focus from a gun barrel to the trembling finger on the trigger
|
53
|
+
extreme close-up tilt up from a character's trembling lips to their tear-filled eyes
|
54
|
+
extreme wide pan across a landscape, then cut to a detail shot
|
55
|
+
extreme wide panning shot to establish a vast, desolate landscape
|
56
|
+
extreme wide shot of a desolate prison yard, then slowly push in on the main character
|
57
|
+
extreme wide shot of a small character in a vast landscape, then slowly zoom in
|
58
|
+
extreme wide shot of characters on a cliff edge, then slowly zooming in as they have an intense conversation
|
59
|
+
extreme wide shot panning to follow a car, then cut to the driver's pov
|
60
|
+
extreme wide shot to establish location, then cut to a medium shot
|
61
|
+
follow shot tracking a character, then whip pan to where they're looking
|
62
|
+
freeze frame, then circle a key detail before resuming motion
|
63
|
+
handheld shot circling a character as they argue with someone, then cut to a wide shot to show both sides
|
64
|
+
handheld shot for intensity, then cut to a tripod shot for stability
|
65
|
+
handheld shot running alongside a character, then cut to a front angle
|
66
|
+
handheld shot running behind a character fleeing danger
|
67
|
+
handheld shot running behind a character, then cut to a low angle front shot as they stop
|
68
|
+
handheld shot running up a staircase, then cutting to a low angle of the character bursting through a door
|
69
|
+
handheld shot trailing a character, then cutting to their pov as they spot something shocking
|
70
|
+
handheld shot trailing behind a character as they run, then cutting to a front angle as they abruptly stop
|
71
|
+
handheld shot weaving through a frenzied crowd, then cutting to a calm, isolated character
|
72
|
+
handheld tracking shot chasing after a character, then whip pan to where they're running to
|
73
|
+
handheld tracking shot from a child's pov as they run through a crowd looking for their parent
|
74
|
+
handheld tracking shot, then cut to a static wide shot
|
75
|
+
high angle dutch shot of a character sinking to the floor in despair
|
76
|
+
high angle shot looking down on a character in a hopeless situation, then match dissolving to another scene
|
77
|
+
high angle shot looking down on a character, then tilt down to a low angle looking up at them
|
78
|
+
jump cut between a character's alibis as they're questioned
|
79
|
+
jump cut closer and closer to a character's face as they deliver shocking news
|
80
|
+
jump cut closer and closer to a ringing phone the protagonist is hesitant to answer
|
81
|
+
jump cut closer and closer to a subject for intensity
|
82
|
+
jump cut closer and closer to an intense conversation
|
83
|
+
jump cut erratically to show a character's mental state unraveling
|
84
|
+
jump cut to show a character's mounting frustration
|
85
|
+
jump cut to show a character's rapidly changing emotions
|
86
|
+
jump cut to show a character's scattered thoughts or memories
|
87
|
+
jump cut to show the passage of time, then dissolve to a new scene
|
88
|
+
low angle dutch pan around a character, then tilt up to a high angle
|
89
|
+
low angle dutch tilt as a menacing character looms over someone
|
90
|
+
low angle dutch tilt, then cut to a high angle straight tilt
|
91
|
+
low angle pan around a character as they tower over others, establishing their power
|
92
|
+
low angle pan, then tilt up to a high angle
|
93
|
+
low angle shot looking up, then cut to a high angle looking down
|
94
|
+
low angle tilt up from a character's shadow to their face, then cutting to an over-the-shoulder shot
|
95
|
+
low angle tracking shot following a confident character, then cutting to a high angle to show their vulnerability
|
96
|
+
low angle tracking shot following an intimidating gang leader through their turf
|
97
|
+
match cut from a character closing their eyes to them opening their eyes in a dream sequence
|
98
|
+
match cut from a character exhaling cigarette smoke to a smoky crime scene
|
99
|
+
match cut from a character slamming a door to another opening a door in a different location
|
100
|
+
match cut from a small action to a larger scale version of the same action
|
101
|
+
match cut from a small toy version of an object to the real, much larger version
|
102
|
+
match cut from one action to a similar action in a different location
|
103
|
+
match dissolve from a character's mugshot to them behind bars
|
104
|
+
match dissolve from a character's reflection to the real them
|
105
|
+
match dissolve from a mirror reflection to the real character in a different emotional state
|
106
|
+
match dissolve from a peaceful scene to a chaotic one, indicating a drastic change
|
107
|
+
match dissolve from a victim's photo to their ghost appearing to the protagonist
|
108
|
+
match dissolve from a wide shot to an extreme close-up of a key detail
|
109
|
+
match dissolve from one scene to a visually similar scene
|
110
|
+
pan left to right, then zoom in on the subject
|
111
|
+
pov shot moving through a space, then cut to third person perspective
|
112
|
+
pull focus from a "missing" poster to a character walking by in the background
|
113
|
+
pull focus from a blurry background to a sharp foreground, then cut to a reaction
|
114
|
+
pull focus from a blurry character in the foreground to a clear character in the background
|
115
|
+
pull focus from a blurry ransom note to the sharp, concerned faces of characters reading it
|
116
|
+
pull focus from a character in the foreground to another character reacting in the background
|
117
|
+
pull focus from a character in the middle ground to another reacting in the foreground
|
118
|
+
pull focus from a character to a significant object behind them, then push in on the object
|
119
|
+
pull focus from a character to an object, then cut to the character's reaction
|
120
|
+
pull focus from a rearview mirror to the character glancing nervously behind them
|
121
|
+
pull focus from a ringing phone to the character hesitating to answer it
|
122
|
+
pull focus from a sharp background to a blurry foreground, then back to sharp as a character turns around
|
123
|
+
pull focus from an investigator in the foreground to a key suspect emerging in the background
|
124
|
+
quick zoom in for a jump scare, then cut to a wide shot
|
125
|
+
rack focus from a "wanted" poster to the criminal walking past it in the background
|
126
|
+
rack focus from a character to a blurry figure in the background, then back to the character as they notice
|
127
|
+
rack focus from a character's face to a blurry figure approaching in the background
|
128
|
+
rack focus from a foreground prop to a background character, revealing their presence
|
129
|
+
rack focus from foreground crime scene tape to background detectives arriving on the scene
|
130
|
+
rack focus from foreground police lights to background characters being arrested
|
131
|
+
rack focus from foreground to background, then cut to a new scene
|
132
|
+
rack focus reveal from a blurry background character to a clear foreground prop
|
133
|
+
rack focus to background action, then back to foreground for a reaction
|
134
|
+
rack focus to shift attention from one subject to another, then cut away
|
135
|
+
slow motion 360-degree pan around characters as a key secret is revealed
|
136
|
+
slow motion 360-degree pan around characters as they share a tender moment, then return to real-time
|
137
|
+
slow motion 360-degree shot around a character, then speed ramp to real-time
|
138
|
+
slow motion pan around a character as they make a life-changing decision
|
139
|
+
slow motion pan of a character diving for cover during a shootout
|
140
|
+
slow motion shot of a character falling, then speed ramp to real-time as they hit the ground
|
141
|
+
slow motion shot of a head turn, then speed ramp into real-time
|
142
|
+
slow motion shot of a key action, then cut to real-time aftermath
|
143
|
+
slow motion shot of an emotional moment, then cut to real-time
|
144
|
+
slow motion whip pan from a characters eyes to an alarming sight
|
145
|
+
slow motion whip pan to follow a baseball bat swing, then cutting to a ball shattering a window in real-time
|
146
|
+
slow motion whip pan to follow a character's gaze, then cut to what they're looking at in real-time
|
147
|
+
slow motion whip zoom in on a character's face as they're startled awake from a nightmare
|
148
|
+
slow pan across a group of characters, then whip pan to an unexpected new arrival
|
149
|
+
slow pan across a room full of people, then whip pan to the main character as they enter
|
150
|
+
slow pan across mug shots on a police board, then whip pan to the detective having a realization
|
151
|
+
slow pan to reveal a surprise, then cut to a reaction shot
|
152
|
+
slow push in on a character as they hear shocking news, then whip zoom out as they react
|
153
|
+
slow push in on a character deep in thought, then cut to a close-up of their eyes as they come to a realization
|
154
|
+
slow push in on a face, then cut to a wide shot
|
155
|
+
slow push in on two characters as tension builds, then cut to a wide shot as the tension breaks
|
156
|
+
slow push in on two characters having a hushed, intimate conversation
|
157
|
+
slow push in on two characters leaning in for a kiss, then cut away just before their lips touch
|
158
|
+
slow tilt up from a character's fidgeting hands to their anxious expression
|
159
|
+
slow zoom in on a character's eyes narrowing in suspicion
|
160
|
+
slow zoom in on a group of people, then cut to individual shots
|
161
|
+
slow zoom in push through a doorway as a character cautiously enters a room
|
162
|
+
slow zoom out, then whip pan to a new subject
|
163
|
+
steadicam circling shot building tension in a mexican standoff
|
164
|
+
steadicam shot circling a subject, then cut to a close-up
|
165
|
+
steadicam shot following a detective, then whip panning to a key clue they discover
|
166
|
+
steadicam shot following behind a character, then circle around to their front for a revelation
|
167
|
+
steadicam shot leading a character into a new room, then cut to a pov shot from their perspective
|
168
|
+
steadicam shot leading a character, then cut to a reverse angle
|
169
|
+
steadicam shot moving through a crowd, then cut to an aerial view
|
170
|
+
steadicam shot orbiting characters as they dance, then cut to close-ups of their joyful expressions
|
171
|
+
steadicam shot pushing through a busy office, then rack focusing to a private conversation in the background
|
172
|
+
tilt down from a bright sky to characters in a dark alleyway, setting a foreboding tone
|
173
|
+
tilt down from a character's face to an important object, then cut to the character's reaction
|
174
|
+
tilt down from a courthouse exterior to an anxious character approaching the steps
|
175
|
+
tilt down from a full moon to a character transforming into a werewolf
|
176
|
+
tilt down from the moon to a character looking up at it, then dissolve to a new scene
|
177
|
+
tilt down from the sky to the ground, then cut to a new location
|
178
|
+
tilt up a tall building, then cut to an interior shot
|
179
|
+
tilt up a tree trunk, then dissolve to a wide shot of a forest
|
180
|
+
tilt up from a character dialing 911 to their panicked expression
|
181
|
+
tilt up from a character's clenched fist to their determined face, then cut to a wide shot of their opponent
|
182
|
+
tilt up from a character's feet to their face as they stand up, then cut to another character's reaction
|
183
|
+
tilt up from a character's muddy shoes to their exhausted face as they trudge through a dense forest
|
184
|
+
tilt up from feet to face, then cut to a reaction shot
|
185
|
+
time-lapse shot of a changing environment, then cut to real-time
|
186
|
+
tracking shot following a character, then whip panning to reveal what they're walking toward
|
187
|
+
tracking shot following the subject, then cut to a front angle
|
188
|
+
tracking shot moving through a busy environment, then rack focus to a key character amidst the chaos
|
189
|
+
whip pan from a character's shocked expression to the cause of their shock
|
190
|
+
whip pan from a startled character to the unexpected visitor at the door
|
191
|
+
whip pan from one character to another during a conversation
|
192
|
+
whip pan rapidly back and forth between two arguing characters
|
193
|
+
whip pan to a new character entering the scene, then zoom out to show everyone's reaction
|
194
|
+
whip pan to follow a moving object, then cut to where it lands
|
195
|
+
whip pan to follow action, then cut to a static shot
|
196
|
+
whip tilt down from the sky to the ground, then pan to follow a character walking
|
197
|
+
whip tilt from a character's feet up to their surprised face as someone unexpected enters
|
198
|
+
whip tilt up from a piece of crucial evidence to a detective's surprised face
|
199
|
+
whip tilt up to the sky, then fade in from white
|
200
|
+
whip zoom in for a surprise reveal, then whip zoom out
|
201
|
+
whip zoom in on a shocking revelation in a case file
|
202
|
+
whip zoom out from a character's face to show the scale of their surroundings
|
203
|
+
zoom in on a character's eyes, then match cut to them opening their eyes in a new location
|
204
|
+
zoom in on a character's eyes, then match cutting to a flashback scene from their pov
|
205
|
+
zoom in on a character's hands as they open a letter, then cut to their facial expression as they read
|
206
|
+
zoom in on a nervous character's bouncing leg, then cut to their anxious face
|
207
|
+
zoom in on a photograph of a character, then dissolve to them in the present day
|
208
|
+
zoom in on a ticking bomb, then cut to a wide shot of panicked characters
|
209
|
+
zoom in push through a window or doorway, then cut to the interior
|
210
|
+
zoom in to a reflective surface, then dissolve to the reflected scene
|
211
|
+
zoom out and pan to reframe the shot, then cut to a new angle
|
212
|
+
zoom out from a computer screen to reveal the user, then cut to a close-up of their face
|
213
|
+
zoom out from a detail to reveal the full context, then fade to black
|
214
|
+
zoom out from a tight close-up of a character to reveal their isolation in a wide open space
|
215
|
+
zoom out from a tight close-up of a character to reveal they're in a police interrogation room
|
216
|
+
zoom out from a tight close-up of a lie detector to show the nervous character hooked up to it
|
217
|
+
zoom out from a tight close-up of a timer hitting zero to show a large bomb about to explode
|
218
|
+
zoom out from a tight shot of a character overwhelmed in a crowd to show the bustling environment
|
219
|
+
zoom out from a tight shot of a character to reveal they're in an unexpected location
|
220
|
+
zoom out from a tight shot of a grieving character to show them alone in a vast cemetery
|
@@ -0,0 +1,147 @@
|
|
1
|
+
---
|
2
|
+
title: Movies with a distinct style
|
3
|
+
category: movie
|
4
|
+
---
|
5
|
+
2001: a space odyssey (1968)
|
6
|
+
amélie (2001)
|
7
|
+
big fish (2003)
|
8
|
+
black swan (2010)
|
9
|
+
blade (1998)
|
10
|
+
blade runner (1982)
|
11
|
+
blue is the warmest color (2013)
|
12
|
+
braveheart (1995)
|
13
|
+
brazil (1985)
|
14
|
+
casino royale (2006)
|
15
|
+
chicago (2002)
|
16
|
+
chungking express (1994)
|
17
|
+
cloud atlas (2012)
|
18
|
+
coraline (2009)
|
19
|
+
crouching tiger, hidden dragon (2000)
|
20
|
+
dancer in the dark (2000)
|
21
|
+
delicatessen (1991)
|
22
|
+
donnie darko (2001)
|
23
|
+
dr. strangelove or: how i learned to stop worrying and love the bomb (1964)
|
24
|
+
drive (2011)
|
25
|
+
edward scissorhands (1990)
|
26
|
+
enter the void (2009)
|
27
|
+
eternal sunshine of the spotless mind (2004)
|
28
|
+
eyes wide shut (1999)
|
29
|
+
fargo (1996)
|
30
|
+
fear and loathing in las vegas (1998)
|
31
|
+
fight club (1999)
|
32
|
+
forrest gump (1994)
|
33
|
+
ghost in the shell (1995)
|
34
|
+
ghostbusters (1984)
|
35
|
+
gladiator (2000)
|
36
|
+
gone with the wind (1939)
|
37
|
+
gravity (2013)
|
38
|
+
halloween (1978)
|
39
|
+
harry potter and the sorcerer's stone (2001)
|
40
|
+
her (2013)
|
41
|
+
holy motors (2012)
|
42
|
+
house of flying daggers (2004)
|
43
|
+
how to train your dragon (2010)
|
44
|
+
howl's moving castle (2004)
|
45
|
+
i am love (2009)
|
46
|
+
in the mood for love (2000)
|
47
|
+
inception (2010)
|
48
|
+
indiana jones and the raiders of the lost ark (1981)
|
49
|
+
it follows (2014)
|
50
|
+
jaws (1975)
|
51
|
+
kill bill: volume 1 (2003)
|
52
|
+
kill bill: volume 2 (2004)
|
53
|
+
labyrinth (1986)
|
54
|
+
lawrence of arabia (1962)
|
55
|
+
life is beautiful (1997)
|
56
|
+
life of pi (2012)
|
57
|
+
lilo & stitch (2002)
|
58
|
+
logan (2017)
|
59
|
+
mad max 2: the road warrior (1981)
|
60
|
+
mad max: fury road (2015)
|
61
|
+
metropolis (1927)
|
62
|
+
moulin rouge! (2001)
|
63
|
+
mr. nobody (2009)
|
64
|
+
my neighbor totoro (1988)
|
65
|
+
night of the living dead (1968)
|
66
|
+
north by northwest (1959)
|
67
|
+
oldboy (2003)
|
68
|
+
on the waterfront (1954)
|
69
|
+
once upon a time in the west (1968)
|
70
|
+
pan's labyrinth (2006)
|
71
|
+
pink floyd: the wall (1982)
|
72
|
+
psycho (1960)
|
73
|
+
pulp fiction (1994)
|
74
|
+
scott pilgrim vs. the world (2010)
|
75
|
+
shutter island (2010)
|
76
|
+
sin city (2005)
|
77
|
+
sin city: a dame to kill for (2014)
|
78
|
+
skyfall (2012)
|
79
|
+
sleeping beauty (1959)
|
80
|
+
snow white and the seven dwarfs (1937)
|
81
|
+
spirited away (2001)
|
82
|
+
star wars: episode iv - a new hope (1977)
|
83
|
+
star wars: episode v - the empire strikes back (1980)
|
84
|
+
star wars: episode vi - return of the jedi (1983)
|
85
|
+
sucker punch (2011)
|
86
|
+
suspiria (1977)
|
87
|
+
the big lebowski (1998)
|
88
|
+
the cabinet of dr. caligari (1920)
|
89
|
+
the cell (2000)
|
90
|
+
the crow (1994)
|
91
|
+
the curious case of benjamin button (2008)
|
92
|
+
the darjeeling limited (2007)
|
93
|
+
the dark crystal (1982)
|
94
|
+
the dark knight (2008)
|
95
|
+
the double life of veronique (1991)
|
96
|
+
the fall (2006)
|
97
|
+
the fall of the house of usher (1928)
|
98
|
+
the fifth element (1997)
|
99
|
+
the fly (1986)
|
100
|
+
the forbidden kingdom (2008)
|
101
|
+
the fountain (2006)
|
102
|
+
the godfather (1972)
|
103
|
+
the grand budapest hotel (2014)
|
104
|
+
the grandmaster (2013)
|
105
|
+
the great dictator (1940)
|
106
|
+
the great gatsby (2013)
|
107
|
+
the green mile (1999)
|
108
|
+
the handmaiden (2016)
|
109
|
+
the hateful eight (2015)
|
110
|
+
the hours (2002)
|
111
|
+
the hunger games: catching fire (2013)
|
112
|
+
the imaginarium of doctor parnassus (2009)
|
113
|
+
the incredibles (2004)
|
114
|
+
the iron giant (1999)
|
115
|
+
the last emperor (1987)
|
116
|
+
the lego movie (2014)
|
117
|
+
the life aquatic with steve zissou (2004)
|
118
|
+
the lion king (1994)
|
119
|
+
the little mermaid (1989)
|
120
|
+
the lord of the rings trilogy (2001-2003)
|
121
|
+
the lord of the rings: the fellowship of the ring (2001)
|
122
|
+
the lord of the rings: the return of the king (2003)
|
123
|
+
the lord of the rings: the two towers (2002)
|
124
|
+
the love witch (2016)
|
125
|
+
the maltese falcon (1941)
|
126
|
+
the matrix (1999)
|
127
|
+
the matrix reloaded (2003)
|
128
|
+
the matrix revolutions (2003)
|
129
|
+
the mighty ducks (1992)
|
130
|
+
the neon demon (2016)
|
131
|
+
the neverending story (1984)
|
132
|
+
the new world (2005)
|
133
|
+
the nightmare before christmas (1993)
|
134
|
+
the passion of joan of arc (1928)
|
135
|
+
the phantom of the opera (1925)
|
136
|
+
the prestige (2006)
|
137
|
+
the princess and the frog (2009)
|
138
|
+
the princess bride (1987)
|
139
|
+
the red shoes (1948)
|
140
|
+
the secret of kells (2009)
|
141
|
+
the shape of water (2017)
|
142
|
+
the social network (2010)
|
143
|
+
the thin red line (1998)
|
144
|
+
the tree of life (2011)
|
145
|
+
titanic (1997)
|
146
|
+
tomorrowland (2015)
|
147
|
+
tron (1982)
|
@@ -0,0 +1,58 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic shots
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
aerial shot
|
6
|
+
bird's-eye view shot
|
7
|
+
close-up scene
|
8
|
+
close-up shot
|
9
|
+
crane shot
|
10
|
+
crowd shot
|
11
|
+
cutaway scene
|
12
|
+
cutaway shot
|
13
|
+
dolly shot
|
14
|
+
dollying
|
15
|
+
drone shot
|
16
|
+
dutch angle shot
|
17
|
+
establishing shot
|
18
|
+
extreme close-up shot
|
19
|
+
fantasy shot
|
20
|
+
flashback scene
|
21
|
+
flashback shot
|
22
|
+
freeze-frame shot
|
23
|
+
group shot
|
24
|
+
handheld shot
|
25
|
+
high-angle shot
|
26
|
+
insert shot
|
27
|
+
jib shot
|
28
|
+
long lens
|
29
|
+
long shot
|
30
|
+
low-angle shot
|
31
|
+
matte shot
|
32
|
+
medium shot
|
33
|
+
montage scene
|
34
|
+
montage shot
|
35
|
+
over-the-shoulder shot
|
36
|
+
overhead shot
|
37
|
+
pan shot
|
38
|
+
panning
|
39
|
+
point-of-view shot
|
40
|
+
reverse shot
|
41
|
+
slow motion
|
42
|
+
slow-motion shot
|
43
|
+
split screen shot
|
44
|
+
steadicam
|
45
|
+
steadicam shot
|
46
|
+
three-shot
|
47
|
+
tilt shot
|
48
|
+
tilt-shift
|
49
|
+
time-lapse scene
|
50
|
+
time-lapse shot
|
51
|
+
tracking
|
52
|
+
tracking shot
|
53
|
+
traveling shot
|
54
|
+
two-shot
|
55
|
+
underwater shot
|
56
|
+
wide-angle lens
|
57
|
+
worm's-eye view shot
|
58
|
+
zoom shot
|
data/lists/color/all.yml
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
---
|
2
|
+
title: All colors
|
3
|
+
category: color
|
4
|
+
---
|
5
|
+
aqua
|
6
|
+
azure
|
7
|
+
beige
|
8
|
+
black
|
9
|
+
blue
|
10
|
+
bronze
|
11
|
+
brown
|
12
|
+
burgundy
|
13
|
+
chartreuse
|
14
|
+
cobalt
|
15
|
+
crimson
|
16
|
+
cyan
|
17
|
+
ecru
|
18
|
+
fuchsia
|
19
|
+
gold
|
20
|
+
gray
|
21
|
+
green
|
22
|
+
grey
|
23
|
+
indigo
|
24
|
+
ivory
|
25
|
+
lavender
|
26
|
+
lemon
|
27
|
+
lime
|
28
|
+
magenta
|
29
|
+
maroon
|
30
|
+
mauve
|
31
|
+
navy
|
32
|
+
ocher
|
33
|
+
orange
|
34
|
+
periwinkle
|
35
|
+
pink
|
36
|
+
platinum
|
37
|
+
purple
|
38
|
+
red
|
39
|
+
russet
|
40
|
+
saffron
|
41
|
+
silver
|
42
|
+
sky blue
|
43
|
+
tan
|
44
|
+
taupe
|
45
|
+
teal
|
46
|
+
turquoise
|
47
|
+
ultramarine
|
48
|
+
violet
|
49
|
+
white
|
50
|
+
yellow
|
@@ -0,0 +1,58 @@
|
|
1
|
+
---
|
2
|
+
title: Color modifiers
|
3
|
+
category: color
|
4
|
+
---
|
5
|
+
autumnal
|
6
|
+
bold
|
7
|
+
bright
|
8
|
+
clear
|
9
|
+
cool
|
10
|
+
dark
|
11
|
+
deep
|
12
|
+
dull
|
13
|
+
earthy
|
14
|
+
faded
|
15
|
+
foggy
|
16
|
+
glossy
|
17
|
+
glowing
|
18
|
+
harsh
|
19
|
+
hazy
|
20
|
+
industrial
|
21
|
+
iridescent
|
22
|
+
light
|
23
|
+
luxurious
|
24
|
+
matte
|
25
|
+
metallic
|
26
|
+
misty
|
27
|
+
muted
|
28
|
+
natural
|
29
|
+
nautical
|
30
|
+
neon
|
31
|
+
opaque
|
32
|
+
opulent
|
33
|
+
organic
|
34
|
+
pale
|
35
|
+
pastel
|
36
|
+
radiant
|
37
|
+
rich
|
38
|
+
rustic
|
39
|
+
satin
|
40
|
+
sheer
|
41
|
+
shimmering
|
42
|
+
smoky
|
43
|
+
soft
|
44
|
+
sparkling
|
45
|
+
springtime
|
46
|
+
strong
|
47
|
+
subdued
|
48
|
+
subtle
|
49
|
+
summery
|
50
|
+
translucent
|
51
|
+
transparent
|
52
|
+
tropical
|
53
|
+
urban
|
54
|
+
very dark
|
55
|
+
very light
|
56
|
+
vibrant
|
57
|
+
warm
|
58
|
+
wintry
|
@@ -0,0 +1,29 @@
|
|
1
|
+
---
|
2
|
+
title: Color pairs
|
3
|
+
category: color
|
4
|
+
---
|
5
|
+
beige, black
|
6
|
+
brown, white
|
7
|
+
cream, chocolate
|
8
|
+
gray, yellow
|
9
|
+
green, purple
|
10
|
+
lavender, gold
|
11
|
+
light blue, burgundy
|
12
|
+
light blue, dark blue
|
13
|
+
light green, dark green
|
14
|
+
light purple, dark purple
|
15
|
+
lime green, ivory
|
16
|
+
magenta, blue
|
17
|
+
orange, cyan
|
18
|
+
peach, navy
|
19
|
+
pink, black
|
20
|
+
pink, teal
|
21
|
+
red, green
|
22
|
+
red, yellow
|
23
|
+
silver, maroon
|
24
|
+
sky blue, rose
|
25
|
+
teal, pink
|
26
|
+
turquoise, magenta
|
27
|
+
white, black
|
28
|
+
white, blue
|
29
|
+
yellow, violet
|
@@ -0,0 +1,77 @@
|
|
1
|
+
---
|
2
|
+
title: Color palettes
|
3
|
+
category: color
|
4
|
+
---
|
5
|
+
autumn harvest palette - burnt orange, mustard yellow, deep red, olive green, rust
|
6
|
+
autumn harvest palette - pumpkin orange, deep red, olive green, mustard yellow, chocolate brown
|
7
|
+
autumn leaves palette - deep red, burnt orange, olive green, mustard yellow, chocolate brown
|
8
|
+
autumn leaves palette - orange, olive green, burgundy, mustard yellow, brown
|
9
|
+
autumnal bliss palette - deep red, burnt orange, olive green, mustard yellow, plum
|
10
|
+
beach house palette - seafoam green, soft yellow, sky blue, sand, coral pink
|
11
|
+
beach house palette - soft blue, sandy beige, pale pink, coral pink, sea
|
12
|
+
berry tones palette - raspberry red, plum purple, deep blue, fuchsia pink, wine red
|
13
|
+
black and white chic palette - black, white, gray, silver, gold
|
14
|
+
bold and beautiful palette - royal purple, emerald green, scarlet red, golden yellow, electric blue
|
15
|
+
bold and bright palette - hot pink, lime green, bright blue, orange, yellow
|
16
|
+
bright and bold palette - hot pink, electric blue, bright green, yellow, red
|
17
|
+
bright and sunny palette - sunshine yellow, sky blue, coral pink, hot pink, green
|
18
|
+
bright lights palette - fuchsia, electric blue, chartreuse, tangerine, neon purple
|
19
|
+
candy shop palette - bubblegum pink, lemon drop yellow, cotton candy blue, grape purple, mint green
|
20
|
+
citrus crush palette - lemon yellow, orange, lime green, pale pink, white
|
21
|
+
city lights palette - metallic gold, deep purple, sky blue, fuchsia, steel gray
|
22
|
+
city skyline palette - gray, pale blue, mustard yellow, brick red, rusty orange
|
23
|
+
classic elegance palette - ivory, soft gray, blush pink, deep red, dark navy
|
24
|
+
coastal escape palette - seafoam green, teal, sand, ivory, navy blue
|
25
|
+
cosmic colors palette - dark blue, violet, emerald green, gold, fuchsia pink
|
26
|
+
cotton candy palette - pale pink, lavender, powder blue, bubblegum pink, mint green
|
27
|
+
country charm palette - cream, sage green, pale pink, cornflower blue, soft brown
|
28
|
+
dark and moody palette - dark green, charcoal gray, deep purple, navy blue, black
|
29
|
+
desert oasis palette - sand, cactus green, terracotta, mustard yellow, sky blue
|
30
|
+
desert sunset palette - peach, terra cotta, dusty pink, mustard yellow, lavender
|
31
|
+
earth tones palette - brown, olive green, mustard yellow, beige, deep red
|
32
|
+
enchanted forest palette - forest green, olive green, pale blue, pale yellow, soft brown
|
33
|
+
enchanted garden palette - lilac, pale pink, buttercup yellow, sage green, soft gray
|
34
|
+
fiesta palette - magenta, tangerine orange, sunflower yellow, turquoise, lime green
|
35
|
+
fire and ice palette - scarlet red, ice blue, charcoal gray, white, black
|
36
|
+
fresh picked palette - tomato red, carrot orange, lemon yellow, granny smith apple green, sky blue
|
37
|
+
gentle breeze palette - sky blue, powder blue, pale pink, cream, seafoam green
|
38
|
+
glitter and glam palette - silver, gold, black, white, pink
|
39
|
+
greenery palette - emerald green, olive green, forest green, sage green, mint green
|
40
|
+
ice cream shop palette - mint green, bubblegum pink, lemon yellow, lavender, baby blue
|
41
|
+
industrial chic palette - gunmetal gray, rusty red, deep brown, copper, beige
|
42
|
+
jewel tones palette - amethyst purple, ruby red, sapphire blue, emerald green, topaz yellow
|
43
|
+
mellow yellows palette - pale yellow, mustard yellow, beige, soft gray, white
|
44
|
+
midnight sky palette - midnight blue, charcoal gray, deep purple, navy, slate blue
|
45
|
+
minimalist palette - black, white, gray, beige, navy
|
46
|
+
modern neutrals palette - beige, gray, black, white, navy blue
|
47
|
+
monochrome mood palette - dark gray, medium gray, light gray, white, black
|
48
|
+
moroccan nights palette - deep blue, burnt orange, mustard yellow, pale pink, cream
|
49
|
+
muted tones palette - dusty rose, muted green, beige, pale gray, soft blue
|
50
|
+
nautical palette - navy blue, red, white, beige, sky blue
|
51
|
+
ocean breeze palette - powder blue, teal, sand, shell pink, seagrass green
|
52
|
+
ocean depths palette - deep blue, emerald green, turquoise, pale gray, navy blue
|
53
|
+
oceanfront palette - turquoise, pale blue, sandy beige, seafoam green, white
|
54
|
+
oceanic depths palette - deep blue, teal, navy blue, powder blue, white
|
55
|
+
pastel dreams palette - lavender, sky blue, peach, pale pink, mint green
|
56
|
+
pastel perfection palette - lavender, pale pink, powder blue, mint green, peach
|
57
|
+
peacock feathers palette - peacock blue, gold, deep purple, olive green, burnt orange
|
58
|
+
rainbow brights palette - red, orange, yellow, green, blue, purple
|
59
|
+
retro pop palette - hot pink, turquoise, lemon yellow, lime green, bright orange
|
60
|
+
romantic evening palette - soft gray, dusty rose, deep purple, charcoal gray, black
|
61
|
+
romantic roses palette - pale pink, soft green, blush, dusty lavender, cream
|
62
|
+
rustic charm palette - burnt orange, mustard yellow, soft green, deep red, brown
|
63
|
+
seaside escape palette - pale blue, seafoam green, sandy beige, coral pink, white
|
64
|
+
soft and subtle palette - beige, cream, soft gray, pale pink, sky blue
|
65
|
+
soothing hues palette - light blue, pale pink, soft green, lavender, cream
|
66
|
+
spring blooms palette - pale pink, lavender, soft green, coral pink, yellow
|
67
|
+
spring garden palette - lavender, pale pink, butter yellow, light green, soft blue
|
68
|
+
starry night palette - navy blue, black, silver gray, pale blue, white
|
69
|
+
summer sorbet palette - lemon yellow, tangerine orange, raspberry pink, lime green, sky blue
|
70
|
+
summer sunshine palette - sunshine yellow, coral pink, turquoise, lavender, ivory
|
71
|
+
sunset at the beach palette - coral pink, peach, sky blue, sand, burnt orange
|
72
|
+
sunset dreams palette - peach, coral pink, burnt orange, pale yellow, lilac
|
73
|
+
vintage beach palette - dusty blue, beige, coral pink, pale yellow, cream
|
74
|
+
vintage rose palette - dusty rose, sage green, cream, wine red, charcoal gray
|
75
|
+
wildflower fields palette - lavender, pale pink, soft green, yellow, coral
|
76
|
+
winter wonderland palette - icy blue, snowy white, silver gray, dark green, ruby red
|
77
|
+
winter woods palette - forest green, cranberry red, champagne gold, slate blue, pale gray
|
@@ -0,0 +1,25 @@
|
|
1
|
+
---
|
2
|
+
title: Color perception and context phenomena
|
3
|
+
category: color
|
4
|
+
---
|
5
|
+
abney effect
|
6
|
+
afterimage
|
7
|
+
bezold effect
|
8
|
+
bezold–brücke shift
|
9
|
+
chromatic adaptation
|
10
|
+
chromostereopsis
|
11
|
+
color assimilation
|
12
|
+
color constancy
|
13
|
+
fechner color
|
14
|
+
helmholtz–kohlrausch effect
|
15
|
+
hunt effect
|
16
|
+
mccollough effect
|
17
|
+
metamerism
|
18
|
+
neon color spreading
|
19
|
+
opponent process
|
20
|
+
phi phenomenon
|
21
|
+
purkinje effect
|
22
|
+
simultaneous contrast
|
23
|
+
spreading effect
|
24
|
+
subjective color
|
25
|
+
watercolor illusion
|