Int 10H [MCGA] [VGA] Function 10H (16) Subfunction 15H (21) Get color register

Returns the contents of a color register as its red, green, and blue components.

Call with:

AH = 10H

AL = 15H

BX = color register

Returns:

CH = green value

CL = blue value

DH = red value