Class | Properties | |
---|---|---|
t.tintPrimary | tintColor: '#3f51b5' | |
t.tintPrimaryLight | tintColor: '#7986cb' | |
t.tintPrimaryDark | tintColor: '#303f9f' | |
t.tintPrimaryContrast | tintColor: '#fff' | |
t.tintSecondary | tintColor: '#f50057' | |
t.tintSecondaryLight | tintColor: '#ff4081' | |
t.tintSecondaryDark | tintColor: '#c51162' | |
t.tintSecondaryContrast | tintColor: '#fff' | |
t.tintInfo | tintColor: '#2196f3' | |
t.tintInfoLight | tintColor: '#64b5f6' | |
t.tintInfoDark | tintColor: '#1976d2' | |
t.tintInfoContrast | tintColor: '#fff' | |
t.tintSuccess | tintColor: '#4caf50' | |
t.tintSuccessLight | tintColor: '#81c784' | |
t.tintSuccessDark | tintColor: '#388e3c' | |
t.tintSuccessContrast | tintColor: 'rgba(0,0,0,0.87)' | |
t.tintError | tintColor: '#f44336' | |
t.tintErrorLight | tintColor: '#e57373' | |
t.tintErrorDark | tintColor: '#d32f2f' | |
t.tintErrorContrast | tintColor: '#fff' | |
t.tintWarning | tintColor: '#ff9800' | |
t.tintWarningLight | tintColor: '#ffb74d' | |
t.tintWarningDark | tintColor: '#f57c00' | |
t.tintWarningContrast | tintColor: 'rgba(0,0,0,0.87)' | |
t.tintPaper | tintColor: '#fafafa' | |
t.tintSelected | tintColor: 'rgba(0,0,0,0.08)' | |
t.tintDisabled | tintColor: 'rgba(0,0,0,0.26)' | |
t.tintFocused | tintColor: 'rgba(0,0,0,0.12)' | |
t.tintMuted | tintColor: 'rgba(0,0,0,0.12)' | |
t.tintWhite | tintColor: '#ffffff' | |
t.tintGray100 | tintColor: '#f7fafc' | |
t.tintGray200 | tintColor: '#edf2f7' | |
t.tintGray300 | tintColor: '#e2e8f0' | |
t.tintGray400 | tintColor: '#cbd5e0' | |
t.tintGray500 | tintColor: '#a0aec0' | |
t.tintGray600 | tintColor: '#718096' | |
t.tintGray700 | tintColor: '#4a5568' | |
t.tintGray800 | tintColor: '#2d3748' | |
t.tintGray900 | tintColor: '#1a202c' | |
t.tintBlack | tintColor: '#000000' | |
t.tintTransparent | tintColor: 'rgba(0,0,0,0)' |
Usage
Changes the color of all the non-transparent pixels of an Image
to the tintColor
.