Package org.robovm.apple.coregraphics
Class CGColorDataFormat
- All Implemented Interfaces:
Iterable<CGColorDataFormat>
public class CGColorDataFormat extends Struct<CGColorDataFormat>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGColorDataFormat.CGColorDataFormatPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CGColorDataFormat()CGColorDataFormat(int version, CFType colorspace_info, CGBitmapInfo bitmap_info, long bits_per_component, long bytes_per_row, CGColorRenderingIntent intent, MachineSizedFloatPtr decode) -
Method Summary
Modifier and Type Method Description static booleanconvertColorData(long width, long height, VoidPtr dst_data, CGColorDataFormat dst_format, VoidPtr src_data, CGColorDataFormat src_format, NSDictionary options)CGBitmapInfogetBitmap_info()longgetBits_per_component()longgetBytes_per_row()CFTypegetColorspace_info()MachineSizedFloatPtrgetDecode()CGColorRenderingIntentgetIntent()intgetVersion()CGColorDataFormatsetBitmap_info(CGBitmapInfo bitmap_info)CGColorDataFormatsetBits_per_component(long bits_per_component)CGColorDataFormatsetBytes_per_row(long bytes_per_row)CGColorDataFormatsetColorspace_info(CFType colorspace_info)CGColorDataFormatsetDecode(MachineSizedFloatPtr decode)CGColorDataFormatsetIntent(CGColorRenderingIntent intent)CGColorDataFormatsetVersion(int version)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CGColorDataFormat
public CGColorDataFormat() -
CGColorDataFormat
public CGColorDataFormat(int version, CFType colorspace_info, CGBitmapInfo bitmap_info, long bits_per_component, long bytes_per_row, CGColorRenderingIntent intent, MachineSizedFloatPtr decode)
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
-
getColorspace_info
-
setColorspace_info
-
getBitmap_info
-
setBitmap_info
-
getBits_per_component
public long getBits_per_component() -
setBits_per_component
-
getBytes_per_row
public long getBytes_per_row() -
setBytes_per_row
-
getIntent
-
setIntent
-
getDecode
-
setDecode
-
convertColorData
public static boolean convertColorData(long width, long height, VoidPtr dst_data, CGColorDataFormat dst_format, VoidPtr src_data, CGColorDataFormat src_format, NSDictionary options)
-