function GetR
( | color | : Color_Type ) return Natural; |
function GetG
( | color | : Color_Type ) return Natural; |
function GetB
( | color | : Color_Type ) return Natural; |
function GetA
( | color | : Color_Type ) return Natural; |
function GetR8
( | color | : Color_Type ) return Natural; |
function GetG8
( | color | : Color_Type ) return Natural; |
function GetB8
( | color | : Color_Type ) return Natural; |
function GetR15
( | color | : Color_Type ) return Natural; |
function GetG15
( | color | : Color_Type ) return Natural; |
function GetB15
( | color | : Color_Type ) return Natural; |
function GetR16
( | color | : Color_Type ) return Natural; |
function GetG16
( | color | : Color_Type ) return Natural; |
function GetB16
( | color | : Color_Type ) return Natural; |
function GetR24
( | color | : Color_Type ) return Natural; |
function GetG24
( | color | : Color_Type ) return Natural; |
function GetB24
( | color | : Color_Type ) return Natural; |
function GetR32
( | color | : Color_Type ) return Natural; |
function GetG32
( | color | : Color_Type ) return Natural; |
function GetB32
( | color | : Color_Type ) return Natural; |
function GetA32
( | color | : Color_Type ) return Natural; |
function GetR_Depth
( | color_depth | : Natural; |
color | : Color_Type ) return Natural; |
function GetG_Depth
( | color_depth | : Natural; |
color | : Color_Type ) return Natural; |
function GetB_Depth
( | color_depth | : Natural; |
color | : Color_Type ) return Natural; |
function GetA_Depth
( | color_depth | : Natural; |
color | : Color_Type ) return Natural; |
function Makecol
( | r, g, b | : Natural ) return Color_Type; |
function Makecol8
( | r, g, b | : Natural ) return Color_Type; |
function Makecol15
( | r, g, b | : Natural ) return Color_Type; |
function Makecol16
( | r, g, b | : Natural ) return Color_Type; |
function Makecol24
( | r, g, b | : Natural ) return Color_Type; |
function Makecol32
( | r, g, b | : Natural ) return Color_Type; |
function Makecol15_Dither
( | r, g, b, x, y | : Integer ) return Color_Type; |
function Makecol16_Dither
( | r, g, b, x, y | : Integer ) return Color_Type; |
function Makeacol
( | r, g, b, a | : Natural ) return Color_Type; |
function Makeacol32
( | r, g, b, a | : Natural ) return Color_Type; |
function Makecol_Depth
( | color_depth, r, g, b | : Natural ) return Color_Type; |
function Makeacol_Depth
( | color_depth, r, g, b, a | : Natural ) return Color_Type; |
function Compare
( | a, b | : Color_Type; |
tolerance | : Natural := 0 ) return Boolean; |
function Contrast
( | fg, bg | : Color_Type; |
ratio | : Float := 1.75 ) return Color_Type; |
function Hard_Contrast
( | bg | : Color_Type ) return Color_Type; |
function Lighten
( | color | : Color_Type; |
factor | : Float ) return Color_Type; |
function Make_Grey
( | brightness | : Natural ) return Color_Type; |
function Palette_Color
( | index | : Palette_Index ) return Color_Type; |