├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question-or-comment.md ├── .gitignore ├── CNAME ├── CSS ├── MyndexbDark.css ├── ReadMe.md ├── index.html ├── new-stylesM.css └── style.0.1.2-gM.css ├── LICENSE.md ├── README.md ├── WEBTOOLS ├── APCA │ ├── index.htm │ └── readme.md └── README.md ├── WhyAPCA.md ├── _config.yml ├── _includes ├── head-custom-google-analytics.html └── head-custom.html ├── _layouts ├── default.html ├── repoRoot.html ├── repoSubfolder.html └── simple.html ├── documentation ├── APCA-W3-LaTeX.md ├── APCA_FAQ.md ├── APCA_in_a_Nutshell.md ├── APCAeasyIntro.md ├── CONTRIBUTING.md ├── ImportantChangeNotices.md ├── LICENSE.md ├── README.md ├── StandardObserverModel.md ├── WhyAPCA.md ├── accessibilitystatement.md ├── color-vision-links.md ├── independent-review.md ├── index.md ├── minimum_compliance.md ├── referenceFont.md ├── regardingexponents.md ├── repoList.md └── thirdpartytools.md ├── favicon.ico └── images ├── APCA0.1.17_0.0.98GmathML.html ├── APCAFontSelect.png ├── APCA_0.0.98G4g+3.svg ├── APCAcolor4.png ├── APCAcolor4SQUARE.png ├── APCAlatex019df.png ├── APCAlatex019dr.png ├── APCAlogo.png ├── APCAlookupByContrast.jpeg ├── APCAlookupByContrastMay2022.png ├── APCAlookupByFont.jpeg ├── APCAlookupByFontMay2022.png ├── APCAtableLegend.jpeg ├── APCAtableLegendMay2022.png ├── APCAw3_0.1.17_APCA0.0.98G.svg ├── ColumnCompareAll400.png ├── DarkModeComparev2_2022.png ├── Eye Strain.png ├── Myndex_eye_cielab.jpg ├── Myndex_eye_cielabWide.png ├── YellowDotCheckboardAsmallChecker.png ├── YellowDotCheckboardDarkestShadow.png ├── buttons and colors.png └── contrastSensitivityGraph5sameColor.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question-or-comment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/.github/ISSUE_TEMPLATE/question-or-comment.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/.gitignore -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | git.apcacontrast.com -------------------------------------------------------------------------------- /CSS/MyndexbDark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/CSS/MyndexbDark.css -------------------------------------------------------------------------------- /CSS/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/CSS/ReadMe.md -------------------------------------------------------------------------------- /CSS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/CSS/index.html -------------------------------------------------------------------------------- /CSS/new-stylesM.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/CSS/new-stylesM.css -------------------------------------------------------------------------------- /CSS/style.0.1.2-gM.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/CSS/style.0.1.2-gM.css -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/README.md -------------------------------------------------------------------------------- /WEBTOOLS/APCA/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/WEBTOOLS/APCA/index.htm -------------------------------------------------------------------------------- /WEBTOOLS/APCA/readme.md: -------------------------------------------------------------------------------- 1 | Please go to http://apcacontrast.com 2 | -------------------------------------------------------------------------------- /WEBTOOLS/README.md: -------------------------------------------------------------------------------- 1 | # Please go to http://apcacontrast.com 2 | -------------------------------------------------------------------------------- /WhyAPCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/WhyAPCA.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/head-custom-google-analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_includes/head-custom-google-analytics.html -------------------------------------------------------------------------------- /_includes/head-custom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_includes/head-custom.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/repoRoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_layouts/repoRoot.html -------------------------------------------------------------------------------- /_layouts/repoSubfolder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_layouts/repoSubfolder.html -------------------------------------------------------------------------------- /_layouts/simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/_layouts/simple.html -------------------------------------------------------------------------------- /documentation/APCA-W3-LaTeX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/APCA-W3-LaTeX.md -------------------------------------------------------------------------------- /documentation/APCA_FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/APCA_FAQ.md -------------------------------------------------------------------------------- /documentation/APCA_in_a_Nutshell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/APCA_in_a_Nutshell.md -------------------------------------------------------------------------------- /documentation/APCAeasyIntro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/APCAeasyIntro.md -------------------------------------------------------------------------------- /documentation/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/CONTRIBUTING.md -------------------------------------------------------------------------------- /documentation/ImportantChangeNotices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/ImportantChangeNotices.md -------------------------------------------------------------------------------- /documentation/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/LICENSE.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/README.md -------------------------------------------------------------------------------- /documentation/StandardObserverModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/StandardObserverModel.md -------------------------------------------------------------------------------- /documentation/WhyAPCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/WhyAPCA.md -------------------------------------------------------------------------------- /documentation/accessibilitystatement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/accessibilitystatement.md -------------------------------------------------------------------------------- /documentation/color-vision-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/color-vision-links.md -------------------------------------------------------------------------------- /documentation/independent-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/independent-review.md -------------------------------------------------------------------------------- /documentation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/index.md -------------------------------------------------------------------------------- /documentation/minimum_compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/minimum_compliance.md -------------------------------------------------------------------------------- /documentation/referenceFont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/referenceFont.md -------------------------------------------------------------------------------- /documentation/regardingexponents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/regardingexponents.md -------------------------------------------------------------------------------- /documentation/repoList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/repoList.md -------------------------------------------------------------------------------- /documentation/thirdpartytools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/documentation/thirdpartytools.md -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/favicon.ico -------------------------------------------------------------------------------- /images/APCA0.1.17_0.0.98GmathML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCA0.1.17_0.0.98GmathML.html -------------------------------------------------------------------------------- /images/APCAFontSelect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAFontSelect.png -------------------------------------------------------------------------------- /images/APCA_0.0.98G4g+3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCA_0.0.98G4g+3.svg -------------------------------------------------------------------------------- /images/APCAcolor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAcolor4.png -------------------------------------------------------------------------------- /images/APCAcolor4SQUARE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAcolor4SQUARE.png -------------------------------------------------------------------------------- /images/APCAlatex019df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlatex019df.png -------------------------------------------------------------------------------- /images/APCAlatex019dr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlatex019dr.png -------------------------------------------------------------------------------- /images/APCAlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlogo.png -------------------------------------------------------------------------------- /images/APCAlookupByContrast.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlookupByContrast.jpeg -------------------------------------------------------------------------------- /images/APCAlookupByContrastMay2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlookupByContrastMay2022.png -------------------------------------------------------------------------------- /images/APCAlookupByFont.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlookupByFont.jpeg -------------------------------------------------------------------------------- /images/APCAlookupByFontMay2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAlookupByFontMay2022.png -------------------------------------------------------------------------------- /images/APCAtableLegend.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAtableLegend.jpeg -------------------------------------------------------------------------------- /images/APCAtableLegendMay2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAtableLegendMay2022.png -------------------------------------------------------------------------------- /images/APCAw3_0.1.17_APCA0.0.98G.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/APCAw3_0.1.17_APCA0.0.98G.svg -------------------------------------------------------------------------------- /images/ColumnCompareAll400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/ColumnCompareAll400.png -------------------------------------------------------------------------------- /images/DarkModeComparev2_2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/DarkModeComparev2_2022.png -------------------------------------------------------------------------------- /images/Eye Strain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/Eye Strain.png -------------------------------------------------------------------------------- /images/Myndex_eye_cielab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/Myndex_eye_cielab.jpg -------------------------------------------------------------------------------- /images/Myndex_eye_cielabWide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/Myndex_eye_cielabWide.png -------------------------------------------------------------------------------- /images/YellowDotCheckboardAsmallChecker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/YellowDotCheckboardAsmallChecker.png -------------------------------------------------------------------------------- /images/YellowDotCheckboardDarkestShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/YellowDotCheckboardDarkestShadow.png -------------------------------------------------------------------------------- /images/buttons and colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/buttons and colors.png -------------------------------------------------------------------------------- /images/contrastSensitivityGraph5sameColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Myndex/SAPC-APCA/HEAD/images/contrastSensitivityGraph5sameColor.png --------------------------------------------------------------------------------