pub(crate) type ImageDataSettings = ImageDataSettings;
Aliased Type§
pub(crate) struct ImageDataSettings {
pub colorSpace: Option<PredefinedColorSpace>,
pub pixelFormat: ImageDataPixelFormat,
}
Fields§
§colorSpace: Option<PredefinedColorSpace>
§pixelFormat: ImageDataPixelFormat