defaultColorFormat property
A supported PixelFormat for textures that store 4-channel colors (red/green/blue/alpha).
Implementation
PixelFormat get defaultColorFormat {
return PixelFormat.values[_getDefaultColorFormat()];
}
A supported PixelFormat for textures that store 4-channel colors (red/green/blue/alpha).
PixelFormat get defaultColorFormat {
return PixelFormat.values[_getDefaultColorFormat()];
}