Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::ImageDescriptor::ImageInfo Struct Reference

#include <image_descriptor.h>

Public Attributes

const uint32_t width
 
const uint32_t height
 
const PixelFormat format
 
const SkAlphaType alpha_type
 
const sk_sp< SkColorSpace > color_space
 

Detailed Description

Definition at line 48 of file image_descriptor.h.

Member Data Documentation

◆ alpha_type

const SkAlphaType flutter::ImageDescriptor::ImageInfo::alpha_type

Definition at line 52 of file image_descriptor.h.

Referenced by flutter::ImageDescriptor::ToSkImageInfo().

◆ color_space

const sk_sp<SkColorSpace> flutter::ImageDescriptor::ImageInfo::color_space

Definition at line 53 of file image_descriptor.h.

Referenced by flutter::ImageDescriptor::ToSkImageInfo().

◆ format

const PixelFormat flutter::ImageDescriptor::ImageInfo::format

◆ height

const uint32_t flutter::ImageDescriptor::ImageInfo::height

◆ width


The documentation for this struct was generated from the following file: