csharp
public readonly record struct ImageViewRequestWhat an ImageView is asking to be shown.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A record rather than two loose arguments so a host can key a cache of prepared images on it and compare with ==.
Fields and properties (2)
public ImageChannels ChannelsWhich channels.
public ImageColorSpace ColorSpaceThrough which transfer function.
Methods (1)
public ImageViewRequest(ImageChannels Channels, ImageColorSpace ColorSpace)What an ImageView is asking to be shown.
Used by (2)
- ImageViewVixen.Ui.Controls.Advanced
- ImageViewTestsVixen.Ui.Controls.Advanced.Tests