💫 Example - Update ContextMenuViewExample17
This commit is contained in:
parent
ebf3aa09dd
commit
55e6bc2386
@ -24,6 +24,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) {
|
||||
},
|
||||
imageOptions: {
|
||||
tint: 'blue',
|
||||
renderingMode: 'alwaysOriginal',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
@ -37,6 +38,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) {
|
||||
},
|
||||
imageOptions: {
|
||||
tint: 'rgb(218,165,32)',
|
||||
renderingMode: 'alwaysOriginal',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
@ -50,6 +52,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) {
|
||||
},
|
||||
imageOptions: {
|
||||
tint: '#FF1493',
|
||||
renderingMode: 'alwaysOriginal',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
@ -63,6 +66,7 @@ export function ContextMenuViewExample17(props: ContextMenuExampleProps) {
|
||||
},
|
||||
imageOptions: {
|
||||
tint: 'rgba(124,252,0,0.5)',
|
||||
renderingMode: 'alwaysOriginal',
|
||||
},
|
||||
},
|
||||
}]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user