[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: JPL.Colors.ColorClass.pas line 33
type TColorClass = class |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
property Color: TColor; [rw] |
|
|
procedure SetRGB(); |
|
|
procedure SetBGR(); |
|
|
procedure SetCMYK(); |
|
|
property Valid: Boolean; [r] |
|
|
property ErrorStr: string; [r] |
|
|
property RgbHex: string; [rw] |
|
|
property RgbIntStr: string; [rw] |
|
|
property Red: Byte; [rw] |
|
|
property Green: Byte; [rw] |
|
|
property Blue: Byte; [rw] |
|
|
property RgbPercentIntStr: string; [rw] |
|
|
property RedPercentInt: TPercentInt; [rw] |
|
|
property GreenPercentInt: TPercentInt; [rw] |
|
|
property BluePercentInt: TPercentInt; [rw] |
|
|
property BgrIntStr: string; [rw] |
|
|
property BgrHex: string; [rw] |
|
|
property CmykStr: string; [rw] |
|
|
property Cyan: Integer; [rw] |
|
|
property Magenta: Integer; [rw] |
|
|
property Yellow: Integer; [rw] |
|
|
property Black: Integer; [rw] |
|
|
property HslSysStr: string; [rw] |
|
|
property Hue: Integer; [rw] |
|
|
property Sat: Integer; [rw] |
|
|
property Lum: Integer; [rw] |
|
|
property HslCssStr: string; [rw] |
|
|
property HueCss: Integer; [rw] |
|
|
property SatCss: TPercentInt; [rw] |
|
|
property LumCss: TPercentInt; [rw] |
|
|
property HtmlColorStr: string; [rw] |
|
|
property HtmlColorPrefix: string; [rw] |
|
|
property PascalHexStr: string; [rw] |
|
|
property PascalIntStr: string; [rw] |
|
|
property CppHex: string; [rw] |
|
|
property InvertedColor: TColor; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |