Instance Method
converted(to:)convertedToType:convertedToType_
Converts the gradient to the given type while trying to match the UI of the gradient as closely as possible.
Declaration
func converted(to type: GSGradientType) -> GSGradientDeclaration
- (GSGradient *) convertedToType:(GSGradientType) type;Declaration
convertedToType_(type: GSGradientType) -> GSGradient