Source position: JPL.Colors.pas line 69
procedure GetRgbaChannels(
const Color: TRGBAColor;
out r: Byte;
out g: Byte;
out b: Byte;
out a: Byte
);