Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109828570
CelerityRedGreenPostprocessor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 23, 13:42
Size
533 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 13:42 (2 d)
Engine
blob
Format
Raw Data
Handle
25748228
Attached To
rPH Phabricator
CelerityRedGreenPostprocessor.php
View Options
<?php
final
class
CelerityRedGreenPostprocessor
extends
CelerityPostprocessor
{
public
function
getPostprocessorKey
()
{
return
'redgreen'
;
}
public
function
getPostprocessorName
()
{
return
pht
(
'Use Red/Green (Deuteranopia) Colors'
);
}
public
function
buildVariables
()
{
return
array
(
'new-background'
=>
'rgba(152, 207, 235, .15)'
,
'new-bright'
=>
'rgba(152, 207, 235, .35)'
,
'old-background'
=>
'rgba(250, 212, 175, .3)'
,
'old-bright'
=>
'rgba(250, 212, 175, .55)'
,
);
}
}
Event Timeline
Log In to Comment