Unit BGRAIconCursor

Description

Reading/writing of icon/cursor files (with multiple sizes)

ICO and CUR files contain multiple scaled versions of the same image. This unit allows to edit them.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TBGRAIconCursor An icon or cursor, with multiple images, one for each size and depth
Class TBGRAIconCursorEntry Image entry within an icon or cursor

Functions and Procedures

function BGRABitDepthIconCursor(ABitmap: TBGRACustomBitmap): integer;
function BGRADitherIconCursor(ABitmap: TBGRACustomBitmap; ABitDepth: integer; ADithering: TDitheringAlgorithm): TBGRACustomBitmap;

Description

Functions and Procedures

function BGRABitDepthIconCursor(ABitmap: TBGRACustomBitmap): integer;

This item has no description.

function BGRADitherIconCursor(ABitmap: TBGRACustomBitmap; ABitDepth: integer; ADithering: TDitheringAlgorithm): TBGRACustomBitmap;

This item has no description.