Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
9ccde16e
Commit
9ccde16e
authored
6 years ago
by
prndev
Browse files
Options
Downloads
Patches
Plain Diff
Vector Art (deepmurk): Added code to support different hair colour for head, pubes and armpits.
parent
16777bba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/art/vector/Generate_Stylesheet.tw
+3
-1
3 additions, 1 deletion
src/art/vector/Generate_Stylesheet.tw
src/art/vector/Set_Colour_Hair.tw
+5
-54
5 additions, 54 deletions
src/art/vector/Set_Colour_Hair.tw
with
8 additions
and
55 deletions
src/art/vector/Generate_Stylesheet.tw
+
3
−
1
View file @
9ccde16e
...
@@ -23,10 +23,12 @@
...
@@ -23,10 +23,12 @@
."+_art_display_class+" .boob { "+_boobSkinStyle+"; }
."+_art_display_class+" .boob { "+_boobSkinStyle+"; }
."+_art_display_class+" .penis { "+_penisSkinStyle+"; }
."+_art_display_class+" .penis { "+_penisSkinStyle+"; }
."+_art_display_class+" .scrotum { "+_scrotumSkinStyle+"; }
."+_art_display_class+" .scrotum { "+_scrotumSkinStyle+"; }
."+_art_display_class+" .belly
{ "+_bellySkinStyle+"; }
."+_art_display_class+" .belly
{ "+_bellySkinStyle+"; }
."+_art_display_class+" .areola { "+_areolaStyle+"; }
."+_art_display_class+" .areola { "+_areolaStyle+"; }
."+_art_display_class+" .labia { "+_labiaStyle+"; }
."+_art_display_class+" .labia { "+_labiaStyle+"; }
."+_art_display_class+" .hair { fill:"+_hairColour+"; }
."+_art_display_class+" .hair { fill:"+_hairColour+"; }
."+_art_display_class+" .pubic_hair { fill:"+_pubicHairColour+"; }
."+_art_display_class+" .underarm_hair { fill:"+_underarmHairColour+"; }
."+_art_display_class+" .shoe { fill:"+_shoeColour+"; }
."+_art_display_class+" .shoe { fill:"+_shoeColour+"; }
."+_art_display_class+" .shoe_shadow { fill:"+_shoeShadowColour+"; }
."+_art_display_class+" .shoe_shadow { fill:"+_shoeShadowColour+"; }
."+_art_display_class+" .smart_piercing { fill:#4DB748; }
."+_art_display_class+" .smart_piercing { fill:#4DB748; }
...
...
This diff is collapsed.
Click to expand it.
src/art/vector/Set_Colour_Hair.tw
+
5
−
54
View file @
9ccde16e
...
@@ -3,58 +3,9 @@
...
@@ -3,58 +3,9 @@
/*
/*
"Free-Cities Dyes (taken from Cosmetic Rules Assistant Settings)"-
"Free-Cities Dyes (taken from Cosmetic Rules Assistant Settings)"-
to-"HTML Color"-Map
to-"HTML Color"-Map
courtesy of Nov-X */
courtesy of Nov-X
*/
<<switch _artSlave.hColor>>
<<set _hairColour to extractHairColor(_artSlave.hColor) >>
<<case "auburn">>
<<set _pubicHairColour to extractHairColor(_artSlave.pubicHColor) >>
<<set _hairColour = "#7e543e">>
<<set _underarmHairColour to extractHairColor(_artSlave.underArmHColor) >>
<<case "black">>
<<set _hairColour = "#3F4040">>
<<case "blonde">>
<<set _hairColour = "#F4F1A3">>
<<case "blue">>
<<set _hairColour = "#4685C5">>
<<case "brown">>
<<set _hairColour = "#8D4F21">>
<<case "burgundy">>
<<set _hairColour = "#5f3946">>
<<case "chestnut">>
<<set _hairColour = "#663622">>
<<case "chocolate">>
<<set _hairColour = "#6e4937">>
<<case "copper">>
<<set _hairColour = "#a16145">>
<<case "dark brown">>
<<set _hairColour = "#463325">>
<<case "ginger">>
<<set _hairColour = "#da822d">>
<<case "golden">>
<<set _hairColour = "#ffdf31">>
<<case "green">>
<<set _hairColour = "#5FBA46">>
<<case "grey">>
<<set _hairColour = "#9e9fa4">>
<<case "hazel">>
<<set _hairColour = "#8d6f1f">>
<<case "pink">>
<<set _hairColour = "#D18CBC">>
<<case "platinum blonde">>
<<set _hairColour = "#fcf3c1">>
<<case "red">>
<<set _hairColour = "#BB2027">>
<<case "silver">>
<<set _hairColour = "#cdc9c6">>
<<case "strawberry-blonde">>
<<set _hairColour = "#e5a88c">>
<<case "blazing red">>
<<set _hairColour = "#E00E2B">>
<<case "neon green">>
<<set _hairColour = "#25d12b">>
<<case "neon blue">>
<<set _hairColour = "#2284C3">>
<<case "neon pink">>
<<set _hairColour = "#cc26aa">>
<<default>>
/* everything else: assume it already is HTML compliant color name or value */
<<set _hairColour to extractHairColor(_artSlave.hColor) >>
<</switch>>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment