pub trait LDRImageAsset {
// Required method
fn into_pixel_data_info(self) -> DecodedPixelData;
}
Expand description
Low Dynamic Range(8bit colors) image asset
pub trait LDRImageAsset {
// Required method
fn into_pixel_data_info(self) -> DecodedPixelData;
}
Low Dynamic Range(8bit colors) image asset