Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
SkColorSpaceSingletonFactory Class Reference

Static Public Member Functions

static SkColorSpaceMake (const skcms_TransferFunction &transferFn, const skcms_Matrix3x3 &to_xyz)
 

Detailed Description

Definition at line 67 of file SkColorSpace.cpp.

Member Function Documentation

◆ Make()

static SkColorSpace * SkColorSpaceSingletonFactory::Make ( const skcms_TransferFunction transferFn,
const skcms_Matrix3x3 to_xyz 
)
inlinestatic

Definition at line 69 of file SkColorSpace.cpp.

70 {
71 return new SkColorSpace(transferFn, to_xyz);
72 }

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