GDExtensionInterfacePackedColorArrayOperatorIndex typedef
GDExtensionInterfacePackedColorArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedColorArrayOperatorIndexFunction> >
@name packed_color_array_operator_index @since 4.1
Gets a pointer to a color in a PackedColorArray.
@param p_self A pointer to a PackedColorArray object. @param p_index The index of the Color to get.
@return A pointer to the requested Color.
Implementation
typedef GDExtensionInterfacePackedColorArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedColorArrayOperatorIndexFunction
>
>;