GDExtensionInterfacePackedColorArrayOperatorIndexConst typedef

GDExtensionInterfacePackedColorArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedColorArrayOperatorIndexConstFunction>>

@name packed_color_array_operator_index_const @since 4.1

Gets a const pointer to a color in a PackedColorArray.

@param p_self A const pointer to a PackedColorArray object. @param p_index The index of the Color to get.

@return A const pointer to the requested Color.

Implementation

typedef GDExtensionInterfacePackedColorArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedColorArrayOperatorIndexConstFunction
      >
    >;