LOGCOLORSPACE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition >

LOGCOLORSPACE

 

Description

 

LOGCOLORSPACE structure.

 

Syntax

 

Type LOGCOLORSPACE

  lcsSignature  As Dword

  lcsVersion    As Dword

  lcsSize       As Dword

  lcsCSType     As Long

  lcsIntent     As Long 

  lcsEndPoints  As CIEXYZTRIPLE

  lcsGammaRed   As Dword

  lcsGammaGreen As Dword

  lcsGammaBlue  As Dword

  lcsFileName   As Asciiz * %MAX_PATH

End Type

 

Remarks

 

See also

 

Examples