Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
0093fc9c
Commit
0093fc9c
authored
Jul 02, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blends for textbox and typeline (for FPM tokens);
Set svn:ignore for all directories
parent
758350b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
22 deletions
+44
-22
data/magic-blends.mse-include/new-blends
data/magic-blends.mse-include/new-blends
+44
-22
No files found.
data/magic-blends.mse-include/new-blends
View file @
0093fc9c
...
@@ -24,13 +24,14 @@ card_hybrid_2 := {
...
@@ -24,13 +24,14 @@ card_hybrid_2 := {
)
)
}
}
overlay_hybrid := {
overlay_hybrid := [
combine_blend(
1: { template(colors[0]) }
2: { combine_blend(
image1: template(colors[0]),
image1: template(colors[0]),
image2: template(colors[1]),
image2: template(colors[1]),
combine: "symmetric overlay"
combine: "symmetric overlay"
)
)}
}
]
# vertical version of a horizontal hybrid
# vertical version of a horizontal hybrid
vertical_card_hybrid := {
vertical_card_hybrid := {
...
@@ -204,10 +205,7 @@ card_hybrid := [
...
@@ -204,10 +205,7 @@ card_hybrid := [
6: vertical_card_hybrid
6: vertical_card_hybrid
7: vertical_card_hybrid
7: vertical_card_hybrid
]
]
overlay: [
overlay: overlay_hybrid
1: { template(colors[0]) }
2: overlay_hybrid
]
]
]
...
@@ -272,10 +270,7 @@ pt_hybrid := [
...
@@ -272,10 +270,7 @@ pt_hybrid := [
6: { template(colors[5]) } # Probably not right
6: { template(colors[5]) } # Probably not right
7: { template(colors[6]) }
7: { template(colors[6]) }
]
]
overlay: [
overlay: overlay_hybrid
1: { template(colors[0]) }
2: overlay_hybrid
]
]
]
########################################################################
########################################################################
...
@@ -328,10 +323,7 @@ flip_pt_hybrid := [
...
@@ -328,10 +323,7 @@ flip_pt_hybrid := [
6: { template(colors[1]) } # Probably not right
6: { template(colors[1]) } # Probably not right
7: { template(colors[2]) }
7: { template(colors[2]) }
]
]
overlay: [
overlay: overlay_hybrid
1: { template(colors[0]) }
2: overlay_hybrid
]
]
]
flip_pt_hybrid2 := [
flip_pt_hybrid2 := [
...
@@ -388,12 +380,40 @@ flip_pt_hybrid2 := [
...
@@ -388,12 +380,40 @@ flip_pt_hybrid2 := [
6: { template(colors[5]) } # Probably not right
6: { template(colors[5]) } # Probably not right
7: { template(colors[6]) }
7: { template(colors[6]) }
]
]
overlay: [
overlay: overlay_hybrid
]
########################################################################
# Textbox and typeline for FPM templates
########################################################################
textbox_hybrid := [
radial: [
0: { template("c") }
1: { template(colors[0]) }
1: { template(colors[0]) }
2: overlay_hybrid
2: card_hybrid_2
3: { template(colors[2]) }
4: { card_hybrid_2(colors: colors[3] + colors[2]) }
5: { template(colors[3]) }
6: { card_hybrid_2(colors: colors[4] + colors[3]) }
7: { template(colors[4]) }
]
]
horizonal: card_hybrid.horizontal # the same
vertical: [
0: { template("c") }
1: { template(colors[0]) }
2: { template(colors[1]) }
3: { template(colors[2]) } # TODO
4: { template(colors[3]) }
5: { template(colors[4]) }
6: { template(colors[5]) }
7: { template(colors[6]) }
]
overlay: overlay_hybrid
]
]
typeline_hybrid := textbox_hybrid
########################################################################
########################################################################
# Putting it all together.
# Putting it all together.
########################################################################
########################################################################
...
@@ -477,10 +497,12 @@ color_combination := {
...
@@ -477,10 +497,12 @@ color_combination := {
# Specific types
# Specific types
########################################################################
########################################################################
card_background := { color_background(type:"card", base_hybrid:card_hybrid) }
card_background := { color_background(type:"card", base_hybrid:card_hybrid) }
card_ptbox := { color_background(type:"pt", base_hybrid:pt_hybrid) }
card_ptbox := { color_background(type:"pt", base_hybrid:pt_hybrid) }
flip_ptbox := { color_background(type:"pt", base_hybrid:flip_pt_hybrid) }
flip_ptbox := { color_background(type:"pt", base_hybrid:flip_pt_hybrid) }
flip_ptbox2 := { color_background(type:"pt2", base_hybrid:flip_pt_hybrid2) }
flip_ptbox2 := { color_background(type:"pt2", base_hybrid:flip_pt_hybrid2) }
card_textbox := { color_background(type:"textbox", base_hybrid:textbox_hybrid) }
card_typeline := { color_background(type:"typeline", base_hybrid:typeline_hybrid) }
########################################################################
########################################################################
# Font colors
# Font colors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment