Wraps: [self colorWithAlphaComponent:(CGFloat)alpha]

Property definitions

ios $ UIColor :: color_with_alpha_component
	# Wraps: `[self colorWithAlphaComponent:(CGFloat)alpha]`
	fun color_with_alpha_component(alpha: Float): UIColor in "ObjC" `{
		return [self colorWithAlphaComponent: alpha];
	`}
lib/ios/ui/uikit.nit:403,2--406,3