ColorizationColor:Int (Windows style builder) format

Kio

New Member
Messages
7
Hello!

What color format using the option colorizationcolor: int in Windows Style Builder?

Example: 2500135= 224 224 224
 

My Computer

System One

  • OS
    Windows 8
Untitled.png
 

My Computer

System One

  • OS
    Windows 8.1.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Gateway
    CPU
    AMD K140 Cores 2 Threads 2 Name AMD K140 Package Socket FT1 BGA Technology 40nm
    Motherboard
    Manufacturer Gateway Model SX2110G (P0)
    Memory
    Type DDR3 Size 8192 MBytes DRAM Frequency 532.3 MHz
    Graphics Card(s)
    ATI AMD Radeon HD 7310 Graphics
    Sound Card
    AMD High Definition Audio Device Realtek High Definition Audio USB Audio Device
    Monitor(s) Displays
    Name 1950W on AMD Radeon HD 7310 Graphics Current Resolution 1366x768 pixels Work Resolution 1366x76
    Screen Resolution
    Current Resolution 1366x768 pixels Work Resolution 1366x768 pixels
    Hard Drives
    AMD K140
    Cores 2
    Threads 2
    Name AMD K140
    Package Socket FT1 BGA
    Technology 40nm
    Specification AMD E1-1200 APU with Radeon HD Graphics
    Family F
    Extended Family 14
    Model 2
    Extended Model 2
    Stepping 0
    Revision ON-C0
    Instruction
    Browser
    Opera 24.0
    Antivirus
    Avast Internet Security
I'm not 100% sure, as I've never had to use integer values, but does this answer your question?
RGB Color Model

RGB value= Red + (Green*256) + (Blue*256*256)

Therefore, 224, 224, 224 would be 224 + 57344 + 14680064 = 14737632
 
Last edited:

My Computer

System One

  • OS
    Win 8 64-bit
Back
Top