Colors : Properties to adjust Colors

# blindnessType

blindnessType : "protanopia"

blindnessType : "deuteranopia"

blindnessType : "tritanopia"


# colorScheme
Color schemes can be user defined which will take the colors in the color property or one provided in canvasXpress. The order of the colors will be used to sequentially select when a different color is needed in a particular visualization
Type: string
Default: User
Options: AAAS, Accent, BMS, BMSBackground, BMSBlue, BMSBrown, BMSGreen, BMSPink, BMSPrimary, BMSSecondary, BMSTertiary, BMSTertiaryDark, BMSTertiaryLight, BMSWheat, Basic, Behance, BehancePair, BehanceQuartet, BehanceTrio, Black, BlackAndWhite, BlueGrey, BlueRedGrey, Blues, BluesDark, Bootstrap, BrBG, Brand, Brooklyn99Dark, Brooklyn99Regular, BuGn, BuPu, CanvasXpress, CanvasXpressOLD, CanvasXpressTraditional, Cividis, ColorBlind, ColorSpectrum, Colorful, ColorfulAlt, Complementary, Dark2, Default, Diverging, DivergingAlt, Economist, EconomistBG, Excel, Excel2, Excel3, Favorite, GGBlanket, GGPlot, GameOfThronesArryn, GameOfThronesGreyjoy, GameOfThronesLannister, GameOfThronesManderly, GameOfThronesMartell, GameOfThronesStannis, GameOfThronesStark, GameOfThronesTargaryen, GameOfThronesTully, GameOfThronesTyrell, GnBu, GravityFalls, Greens, Grey, GreyHC, Greys, Heat, Highcharts, Inferno, JCO, Jama, KimPossible, Lancet, LastAirBenderAir, LastAirBenderEarth, LastAirBenderFire, LastAirBenderWater, Light, Magma, Matlab, NEJM, NPG, OrRd, Oranges, PRGn, Paired, ParksAndRecreation, Parula, PaulTol, PiYG, Plasma, Prism, PrismPair, PrismTrio, PuBu, PuBuGn, PuOr, PuRd, Purples, Rainbow, RdBu, RdGy, RdPu, RdYlBu, RdYlGn, Reds, RickyAndMorty, Simpsons, Solarized, SolarizedBase, Spectral, SpongeBob, Stata, Stata2, Stata3, StataMono, Tableau, TableauBlueRed, TableauColorBlind, TableauCyclic, TableauGreenOrange, TableauGrey, TableauLight, TableauMedium, TableauPairSequential, TableauPurpleGrey, TableauTrafficLight, TableauTripleDiverging, Viridis, ViridisInv, WHO, WallStreetJournal, WallStreetJournal2, WallStreetJournal3, WallStreetJournalBlackGreen, WallStreetJournalDemRep, WallStreetJournalRedGreen, White, YlGn, YlGnBu, YlOrBr, YlOrRd

colorScheme : "Plasma"

colorScheme : "Spectral"

colorScheme : "Viridis"


# colorSpectrum
An array with valid color names to create a color brew for the default color indicators
Type: array
Default: [#4575b4, #91bfdb, #e0f3f8, #ffffbf, #fee090, #fc8d59, #d73027]

colorSpectrum : ["blue","white","red"]

colorSpectrum : ["green","yellow","orange"]


# colorSpectrumBinned

colorSpectrumBinned : true

colorSpectrumBinned : false


# colorSpectrumBreaks
An array with numbers in ascending order for the color spectrum to create discontinuous spectra. It must have the same length of the colorSpectrum array for example [0, 0.3, 1]
Type: array
Default: []

colorSpectrumBreaks : []

colorSpectrumBreaks : [1,2,10]

colorSpectrumBreaks : [-5,0,2]


# colorSpectrumByFactor
Color spectrum by factor in heatmaps. The first key represents the name of the factor within the x/z data object. The subsequent keys correspond to each level of that factor. Finally, the next keys include show, order, spectrum, setMin, setMax, zero, and breaks, each paired with their respective values
Type: object
Default: {}

colorSpectrumByFactor : {"Lab":{"B":{"spectrum":["rgb(0,0,255)","rgb(255,255,255)","rgb(255,0,0)"]},"A":{"spectrum":["rgb(255,215,0)","rgb(255,255,255)","rgb(160,32,240)"]}}}


# colorSpectrumZeroValue

colorSpectrumZeroValue : 0

colorSpectrumZeroValue : 2.5


# colors
Colors
Type: array
Default: [#0ab0db, #fe6969, #fed385, #47db0a, #9e0adb, #ff7d00, #ffa2c0, #a0d7e7, #63b5e5, #f9a7a7, #fef0c7, #83e16f, #c763e5, #ffb347, #ffc1d3, #bfe2ed]

colors : ["#ff0000","#00ff00","#0000ff"]

colors : ["#ffc0cb","#add8e6","#90ee90"]

colors : ["#ffa500","#800080","#008080"]


# evenColor
Color for the even numbers in samples when the property block contrast is set in one dimensional plots or the color for odd number residues in translations in genome plots
Type: color
Default: rgb(245,245,245)

evenColor : "#E0E0E0"

evenColor : "#CACACA"


# oddColor
Color for the odd numbers in samples when the property block contrast is set in one dimensional plots or the color for odd number residues in translations in genome plots
Type: color
Default: rgb(255,255,255)

oddColor : "#E0E0E0"

oddColor : "#CACACA"